Refactor into a core + several sub-modules

0 votes
asked May 3, 2016 in To be sorted by anonymous
I was wondering if it would be possible to refactor plantuml into a core module + a set of sub-modules (one per diagrams), so that when embedding plantuml into another tool (e.g. using Maven), we could only include the code for the diagrams we need (in my case components and statecharts only) and reduce a bit the size of the final executable jar.

1 Answer

0 votes
answered May 12, 2016 by plantuml (295,000 points)
Most of the code is common, so it won't reduce significantly the size of the jar (let's say by 3-5%).

Are the 5 megabyte of the jar file too big ?
...