Skip to content

Instantly share code, notes, and snippets.

@rwunsch
Last active January 14, 2020 14:16
Show Gist options
  • Save rwunsch/f33e4ef9fc896869ce9e7c52ec7d4d36 to your computer and use it in GitHub Desktop.
Save rwunsch/f33e4ef9fc896869ce9e7c52ec7d4d36 to your computer and use it in GitHub Desktop.
MAVEN (MVN) compile statement (simple and fast)
mvn clean install -Dmaven.test.skip=true -Dbaseline.skip=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip
## test.skip -> skip tests
## baseline.skip -> consinstency check if version you compile is "valid", when creating "non-existing" or sample builds - this can/should be turned off
## javadoc.skip -> skip javadoc generation (makes it faster)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment