Guest User

Untitled

a guest
May 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. mvn tomcat:run
  2.  
  3. [root@ovz6022 trunk]# mvn -e tomcat:run
  4. + Error stacktraces are turned on.
  5. [INFO] Scanning for projects...
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Building Unnamed - com.gotbrains.breeze:breeze:jar:1.0
  8. [INFO] task-segment: [tomcat:run]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Preparing tomcat:run
  11. [INFO] [resources:resources {execution: default-resources}]
  12. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  13. [INFO] skip non existing resourceDirectory /root/trunk/src/main/resources
  14. [INFO] [compiler:compile {execution: default-compile}]
  15. [INFO] Nothing to compile - all classes are up to date
  16. [INFO] [tomcat:run {execution: default-cli}]
  17. [INFO] Skipping non-war project
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] BUILD SUCCESSFUL
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Total time: 24 seconds
  22. [INFO] Finished at: Thu Jul 23 14:34:31 MDT 2009
  23. [INFO] Final Memory: 7M/14M
  24. [INFO] ------------------------------------------------------------------------
  25.  
  26. [INFO] Skipping non-war project
Add Comment
Please, Sign In to add comment