PlantUML jars in Maven repositories don't contain OpenIconic SVGs

0 votes
asked Aug 21, 2014 in Bug by cgiess (140 points)

The plantuml.jars which will be downloaded by Maven does not contain OpenIconics SVG graphics.

This seems to be a problem with PlantUMLs Maven build. If one builds PlantUML with Ant all the graphics are included but not when building with Maven.

Adding the follwing line in pom.xml should fix this problem:

    <include>net/sourceforge/plantuml/version/favicon.png</include>
+   <include>net/sourceforge/plantuml/openiconic/data/*.svg</include>
  </includes>

Regards,

 Christoph
 

1 Answer

0 votes
answered Aug 22, 2014 by plantuml (294,960 points)
Many thanks for pointing this out!

We will solve this in V8004 (probably this week-end).

Regards,
commented Aug 22, 2014 by cgiess (140 points)
This would be great.
I will wait for V8004 before releasing the next version of the Confluence PlantUML Plugin.
commented Aug 24, 2014 by plantuml (294,960 points)
Done! :-)
Thanks again
...