Skip to content

Instantly share code, notes, and snippets.

@sebastianmonte
Last active August 29, 2015 14:26
Show Gist options
  • Save sebastianmonte/73c5695f3c87a1af043c to your computer and use it in GitHub Desktop.
Save sebastianmonte/73c5695f3c87a1af043c to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building testapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ testapp ---
[INFO] Deleting /IdeaProjects/testapp/target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ testapp ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ testapp ---
[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 /IdeaProjects/testapp/target/classes
[WARNING] /IdeaProjects/testapp/src/main/java/com/gofore/test/NumberAdder.java:[10,23] @Fixme: Use stream instead of loop
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.087s
[INFO] Finished at: Fri Jul 31 08:50:12 EEST 2015
[INFO] Final Memory: 12M/155M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment