Options (2)
-D, --definebooleanSkip tests during installation
Example:
mvn install {{[-D|--define]}} skipTests-U, --update-snapshotsbooleanForce update of dependencies before installing
Example:
mvn install {{[-U|--update-snapshots]}}Examples (4)
Compile, test, package, and install the project into the local repository
Skip tests during installation
mvn install [-D|--define] skipTestsForce update of dependencies before installing
mvn install [-U|--update-snapshots]Skip test compilation and execution
mvn install [-D|--define] maven.test.skip=truemade by @shridhargupta | data from tldr-pages