Advertisement
Guest User

Untitled

a guest
Sep 11th, 2012
2,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building Jetty HelloWorld 1.0
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ hello-world ---
  8. [WARNING] Using platform encoding (Cp1250 actually) to copy filtered resources, i.e. build is platform dependent!
  9. [INFO] skip non existing resourceDirectory C:\tmp\tmp\src\main\resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hello-world ---
  12. [INFO] No sources to compile
  13. [INFO]
  14. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ hello-world ---
  15. [WARNING] Using platform encoding (Cp1250 actually) to copy filtered resources, i.e. build is platform dependent!
  16. [INFO] skip non existing resourceDirectory C:\tmp\tmp\src\test\resources
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hello-world ---
  19. [INFO] No sources to compile
  20. [INFO]
  21. [INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ hello-world ---
  22. [INFO] No tests to run.
  23. [INFO] Surefire report directory: C:\tmp\tmp\target\surefire-reports
  24.  
  25. -------------------------------------------------------
  26. T E S T S
  27. -------------------------------------------------------
  28. There are no tests to run.
  29.  
  30. Results :
  31.  
  32. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  33.  
  34. [INFO]
  35. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hello-world ---
  36. [WARNING] JAR will be empty - no content was marked for inclusion!
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] BUILD SUCCESS
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] Total time: 2.130s
  41. [INFO] Finished at: Tue Sep 11 11:15:19 CEST 2012
  42. [INFO] Final Memory: 7M/245M
  43. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement