Last active
January 2, 2016 13:39
-
-
Save jvanzyl/49a2b98ff003b6d4a538 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn clean package -T8 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] JGit - Parent ...................................... SUCCESS [ 1.613 s] | |
[INFO] JGit - Core ........................................ SUCCESS [ 18.842 s] | |
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 4.271 s] | |
[INFO] JGit Archive Formats ............................... SUCCESS [ 4.890 s] | |
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 5.801 s] | |
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 4.507 s] | |
[INFO] JGit - HTTP Server ................................. SUCCESS [ 5.461 s] | |
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 5.515 s] | |
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 5.169 s] | |
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 2.407 s] | |
[INFO] JGit - Core Tests .................................. SUCCESS [01:32 min] | |
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 2.227 s] | |
[INFO] JGit - HTTP Tests .................................. SUCCESS [ 9.184 s] | |
[INFO] JGit - Command Line Interface Tests ................ SUCCESS [ 21.569 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 02:04 min (Wall Clock) | |
[INFO] Finished at: 2016-01-01T18:00:58-05:00 | |
[INFO] Final Memory: 32M/736M | |
[INFO] ------------------------------------------------------------------------ | |
mvn clean package -T8 -Dmaven.javadoc.skip=true | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.test --- | |
[INFO] | |
[INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ org.eclipse.jgit.test --- | |
[INFO] Skipping javadoc generation | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ org.eclipse.jgit.test --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] JGit - Parent ...................................... SUCCESS [ 1.590 s] | |
[INFO] JGit - Core ........................................ SUCCESS [ 7.942 s] | |
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 0.137 s] | |
[INFO] JGit Archive Formats ............................... SUCCESS [ 0.177 s] | |
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 0.140 s] | |
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 0.168 s] | |
[INFO] JGit - HTTP Server ................................. SUCCESS [ 0.226 s] | |
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 2.200 s] | |
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 0.155 s] | |
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 0.138 s] | |
[INFO] JGit - Core Tests .................................. SUCCESS [01:20 min] | |
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 3.141 s] | |
[INFO] JGit - HTTP Tests .................................. SUCCESS [ 10.877 s] | |
[INFO] JGit - Command Line Interface Tests ................ SUCCESS [ 10.445 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 01:32 min (Wall Clock) | |
[INFO] Finished at: 2016-01-01T18:04:31-05:00 | |
[INFO] Final Memory: 31M/677M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment