Maven Cheat Sheet
Phases
Reference to maven lifecycle Pay interest to:
- default lifecycle: all phases availaable
- built-in lifecycle bindings: preset phases sequence depending the packaging
- Goal and Phase are different concepts, goals are attached to phase or ca be called directly
Useful Commands
Know plugin available commands
mvn help:describe -Dplugin=<groupId>:<artifactId> -Ddetail
Download sources and javadocs
mvn eclipse:eclipse -DdownloadSources -DdownloadJavadocs
Install locally a dependency
mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar
Enjoy Reading This Article?
Here are some more articles you might like to read next: