Advertisement
ravana

Untitled

Jun 29th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. -----------------------------------------------------
  2. this realm = plexus.core
  3. Number of imports: 0
  4. -----------------------------------------------------
  5. [WARNING] Security features are disabled. Cannot find plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher:maven
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] BUILD FAILURE
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO]
  12.  
  13. You must specify at least one goal or lifecycle phase to perform build steps.
  14. The following list illustrates some commonly used build commands:
  15.  
  16. mvn clean
  17. Deletes any build output (e.g. class files or JARs).
  18. mvn test
  19. Runs the unit tests for the project.
  20. mvn install
  21. Copies the project artifacts into your local repository.
  22. mvn deploy
  23. Copies the project artifacts into the remote repository.
  24. mvn site
  25. Creates project documentation (e.g. reports or Javadoc).
  26.  
  27. Please see
  28. http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
  29. for a complete description of available lifecycle phases.
  30.  
  31. Use "mvn --help" to show general usage information about Maven's command line.
  32.  
  33.  
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] For more information, run Maven with the -e switch
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Total time: < 1 second
  38. [INFO] Finished at: Wed Jun 29 18:14:54 IST 2011
  39. [INFO] Final Memory: 1M/29M
  40. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement