diff --git a/pom.xml b/pom.xml index 4fd922bd5..3e4587269 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ 1.7 1.8 1.8 + net.sourceforge.plantuml.Run @@ -202,15 +203,22 @@ + org.apache.maven.plugins maven-jar-plugin 3.2.0 - manifest.txt + + true + false + ${main.class} + true + true + - + maven-surefire-plugin 3.0.0-M5 @@ -255,5 +263,51 @@ 1.8 + + pdf + + false + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.1 + + + jar-with-dependencies + + + + ${main.class} + + + + + + make-assembly + package + + single + + + + + + + + + org.apache.xmlgraphics + fop + 2.6 + + + org.apache.xmlgraphics + batik-all + 1.14 + + +