Advertisement
ravana

maven core mvn install

Jun 16th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. $ mvn install
  2.  
  3. [INFO] Scanning for projects...
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Maven Core
  6. [INFO] task-segment: [install]
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] [enforcer:enforce {execution: enforce-jdk}]
  9. [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
  10. [INFO] Setting property: velocimacro.messages.on => 'false'.
  11. [INFO] Setting property: resource.loader => 'classpath'.
  12. [INFO] Setting property: resource.manager.logwhenfound => 'false'.
  13. [INFO] [remote-resources:process {execution: default}]
  14. [INFO] [buildnumber:create {execution: default}]
  15. [INFO] Checking for local modifications: skipped.
  16. [INFO] Updating project files from SCM: skipped.
  17. [INFO] Storing buildNumber: 1135082 at timestamp: 1308201757234
  18. [INFO] [resources:resources {execution: default-resources}]
  19. [INFO] Using encoding: 'UTF-8' to copy filtered resources.
  20. [INFO] [compiler:compile {execution: default-compile}]
  21. [INFO] Nothing to compile - all classes are up to date
  22. [INFO] [compiler:compile {execution: cli}]
  23. [INFO] Nothing to compile - all classes are up to date
  24. [INFO] [resources:testResources {execution: default-testResources}]
  25. [INFO] Using encoding: 'UTF-8' to copy filtered resources.
  26. [INFO] [compiler:testCompile {execution: default-testCompile}]
  27. [INFO] Nothing to compile - all classes are up to date
  28. [INFO] [compiler:testCompile {execution: cli}]
  29. [INFO] Nothing to compile - all classes are up to date
  30. [INFO] [surefire:test {execution: default-test}]
  31. [INFO] Surefire report directory: /gentoo-sources/maven/maven-2/tags/maven-2.2.1/maven-core-2.2.1/target/surefire-reports
  32.  
  33. -------------------------------------------------------
  34. T E S T S
  35. -------------------------------------------------------
  36. Running org.apache.maven.cli.BatchModeDownloadMonitorTest
  37. Downloading: null://nullnull/foo.bar
  38. 97K downloaded (foo.bar)
  39. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
  40. Running org.apache.maven.usability.ArtifactResolverDiagnoserTest
  41. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
  42. Running org.apache.maven.cli.MavenCliTest
  43. Execution properties:
  44.  
  45. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
  46. Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
  47. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
  48. Running org.apache.maven.cli.ConsoleDownloadMonitorTest
  49. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
  50. Running org.apache.maven.plugin.version.IntervalUtilsTest
  51. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
  52. Running org.apache.maven.usability.MojoFailureExceptionDiagnoserTest
  53. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
  54. Running org.apache.maven.usability.MojoExecutionExceptionDiagnoserTest
  55. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
  56.  
  57. Results :
  58.  
  59. Tests run: 63, Failures: 0, Errors: 0, Skipped: 0
  60.  
  61. [INFO] [jar:jar {execution: default-jar}]
  62. [INFO] Building jar: /gentoo-sources/maven/maven-2/tags/maven-2.2.1/maven-core-2.2.1/target/maven-core-2.2.1.jar
  63. [INFO] [install:install {execution: default-install}]
  64. [INFO] Installing /gentoo-sources/maven/maven-2/tags/maven-2.2.1/maven-core-2.2.1/target/maven-core-2.2.1.jar to /home/kasun/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
  65. [INFO] ------------------------------------------------------------------------
  66. [INFO] BUILD SUCCESSFUL
  67. [INFO] ------------------------------------------------------------------------
  68. [INFO] Total time: 7 seconds
  69. [INFO] Finished at: Thu Jun 16 10:52:40 IST 2011
  70. [INFO] Final Memory: 23M/172M
  71. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement