Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created March 18, 2015 15:35
Show Gist options
  • Save jvanzyl/d737be483b4b84921707 to your computer and use it in GitHub Desktop.
Save jvanzyl/d737be483b4b84921707 to your computer and use it in GitHub Desktop.
bash-3.2$ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Groovy Maven Love 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ groovy-project ---
[INFO] Deleting /Users/jvanzyl/js/takari/polyglot-maven-examples/groovy/target
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.4-SNAPSHOT:execute (hello) @ groovy-project ---
Hello! I am Groovy inside Maven. What? What am I doing here?? I'm confused. I guess we are friends now. Maybe.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ groovy-project ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/jvanzyl/js/takari/polyglot-maven-examples/groovy/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ groovy-project ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /Users/jvanzyl/js/takari/polyglot-maven-examples/groovy/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ groovy-project ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/jvanzyl/js/takari/polyglot-maven-examples/groovy/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ groovy-project ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ groovy-project ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ groovy-project ---
[INFO] Building jar: /Users/jvanzyl/js/takari/polyglot-maven-examples/groovy/target/groovy-project-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.847 s
[INFO] Finished at: 2015-03-18T11:34:29-04:00
[INFO] Final Memory: 19M/310M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment