Skip to content

Maven Compile and Build

Grant Burgess edited this page Aug 3, 2018 · 2 revisions

Compile and package

mvn package

Compile and package without test scripts

mvn package -Dmaven.test.skip=true

Clone this wiki locally