-t,–toolchains | Alternate path for the user toolchains file |
-U,–update-snapshots Forces a check for updated releases and snapshots on remote repositories
-up,–update-plugins Ineffective, only kept for backward compatibility
-V,–show-version Display version information WITHOUT stopping build
-v,–version Display version information
-X,–debug Produce execution debug output
Executing
Lifecyle
mvn lifecyle
mvn site
Goal
mvn plugin:goal
mvn site:site
How to
Execute phases and goals
Phases and goals may be executed in sequence.
mvn clean dependency:copy-dependencies package
This command will: