04_developer_documentation:dev-guide:maven-commands
mvn compile
mvn package: If the plugin have some java dependencies managed from Maven, the property <maven.assembly.plugin.move-lib>generate-resources</maven.assembly.plugin.move-lib>
needs to be added to the pom.xml.
mvn package -P app-with-doc: Add to the package command the compilation of the plugin's doc. Require sudo apt install xsltproc docbook docbook-xsl
to be installed.
mvn package -P release
mvn package javadoc:aggregate
04_developer_documentation/dev-guide/maven-commands.txt · Last modified: 2025/01/24 12:01 by gaetan