Skip to content

Maven Commands

Javier Gusano Martinez edited this page Nov 30, 2016 · 3 revisions

Maven Useful Commands

The current table contains the main commands used for compile/test the KeyServer code.

Maven Command Description
mvn package Used for test, compile and build a JAR file with dependencies.
mvn site This command creates a website with developer information.
mvn javadoc:javadoc Creates the project API Javadoc Web.
mvn versions:display-dependency-updates Checks if there are newer dependencies version for the project.
mvn versions:display-plugin-updates Checks if there are newer plugin version for the project.
Clone this wiki locally