Guest User

Untitled

a guest
Mar 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. prathamesh@prathamesh-laptop:~/Cloud-SandBox/maven-sandbox/prathamesh$ mvn compile war:war
  2. [INFO] Scanning for projects...
  3. [INFO] Searching repository for plugin with prefix: 'war'.
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building prathamesh
  6. [INFO] task-segment: [compile, war:war]
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] [resources:resources {execution: default-resources}]
  9. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  10. [INFO] skip non existing resourceDirectory /home/prathamesh/Cloud-SandBox/maven-sandbox/prathamesh/src/main/resources
  11. [INFO] [compiler:compile {execution: default-compile}]
  12. [INFO] Compiling 1 source file to /home/prathamesh/Cloud-SandBox/maven-sandbox/prathamesh/target/classes
  13. [INFO] [war:war {execution: default-cli}]
  14. [INFO] Packaging webapp
  15. [INFO] Assembling webapp[prathamesh] in [/home/prathamesh/Cloud-SandBox/maven-sandbox/prathamesh/target/prathamesh-1.0]
  16. [INFO] Processing war project
  17. [INFO] Webapp assembled in [74 msecs]
  18. [INFO] Building war: /home/prathamesh/Cloud-SandBox/maven-sandbox/prathamesh/target/prathamesh-1.0.war
  19. [INFO] ------------------------------------------------------------------------
  20. [ERROR] BUILD ERROR
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
  23.  
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] For more information, run Maven with the -e switch
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 4 seconds
  28. [INFO] Finished at: Sat Nov 19 13:05:54 GMT 2011
  29. [INFO] Final Memory: 14M/169M
  30. [INFO] ------------------------------------------------------------------------
  31. prathamesh@prathamesh-laptop:~/Cloud-SandBox/maven-sandbox/prathamesh$
Add Comment
Please, Sign In to add comment