Skip to content

Instantly share code, notes, and snippets.

@przodownikR1
Created January 6, 2014 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przodownikR1/8276454 to your computer and use it in GitHub Desktop.
Save przodownikR1/8276454 to your computer and use it in GitHub Desktop.
compiler_help_compile
mvn compiler:help
[INFO] ------------------------------------------------------------------------
[INFO] Building refactor_mark 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:help (default-cli) @ refactor_mark ---
[INFO] org.apache.maven.plugins:maven-compiler-plugin:2.3.2
Maven Compiler Plugin
The Compiler Plugin is used to compile the sources of your project.
This plugin has 3 goals:
compiler:compile
Compiles application sources
compiler:help
Display help information on maven-compiler-plugin.
Call
mvn compiler:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.
compiler:testCompile
Compiles application test sources.
=================================================
//now I launch next command :
mvn compiler:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building refactor_mark 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-cli) @ refactor_mark ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment