Skip to content

Instantly share code, notes, and snippets.

@ar
Created November 17, 2010 20:41
Show Gist options
  • Save ar/704037 to your computer and use it in GitHub Desktop.
Save ar/704037 to your computer and use it in GitHub Desktop.
jPOS Maven Build
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] jPOS Project
[INFO] jPOS Core
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jPOS Project 1.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jPOS Core 1.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jpos-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jpos-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jpos-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jpos-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jpos-core ---
[INFO] Surefire report directory: /Users/apr/git/jpos/jpos-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jpos.util.TPSTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.205 sec
Running org.jpos.util.FSDMsgPropertiesTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec
Running org.jpos.iso.AllTests
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.jpos.util.FSDMsgTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.jpos.util.FSDMsgEndOfMessageTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.jpos.space.TSpaceTestCase
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.725 sec
Running org.jpos.util.ThroughputControlTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.269 sec
Running org.jpos.iso.packagers.PackagerTestCase
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 sec
Running org.jpos.space.JESpaceTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.304 sec
Running org.jpos.util.FSDMsgSeparatorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.jpos.space.JDBMSpaceTestCase
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.441 sec
Results :
Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ jpos-core ---
[INFO] Building jar: /Users/apr/git/jpos/jpos-core/target/jpos-core-1.8-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] jPOS Project ...................................... SUCCESS [0.003s]
[INFO] jPOS Core ......................................... SUCCESS [45.589s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.000s
[INFO] Finished at: Wed Nov 17 18:39:52 UYST 2010
[INFO] Final Memory: 6M/16M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment