Advertisement
Guest User

Untitled

a guest
Jul 24th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. macbook:openmrs-devel-module-archetype admin$ mvn tomcat7:run-war
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Module Development Archetype 1.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] >>> tomcat7-maven-plugin:2.0:run-war (default-cli) @ devel-module-archetype >>>
  9. [INFO]
  10. [INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ devel-module-archetype ---
  11. [INFO] Copying logic-omod-0.5.2.omod to /Users/admin/openmrs/gsoc/openmrs-devel-module-archetype/target/dependencies/logic-omod-0.5.2.omod
  12. [INFO] openmrs-webapp-1.9.4-SNAPSHOT.war already exists in destination.
  13. [INFO]
  14. [INFO] --- maven-antrun-plugin:1.7:run (rename-jars-to-omod) @ devel-module-archetype ---
  15. [INFO] Executing tasks
  16.  
  17. main:
  18. [INFO] Executed tasks
  19. [INFO]
  20. [INFO] --- maven-antrun-plugin:1.7:run (rename-omods-to-omod) @ devel-module-archetype ---
  21. [INFO] Executing tasks
  22.  
  23. main:
  24. [move] Moving 1 file to /Users/admin/openmrs/gsoc/openmrs-devel-module-archetype/target/distro
  25. [INFO] Executed tasks
  26. [INFO]
  27. [INFO] <<< tomcat7-maven-plugin:2.0:run-war (default-cli) @ devel-module-archetype <<<
  28. [INFO]
  29. [INFO] --- tomcat7-maven-plugin:2.0:run-war (default-cli) @ devel-module-archetype ---
  30. [INFO] Skipping non-war project
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] BUILD SUCCESS
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] Total time: 3.256s
  35. [INFO] Finished at: Wed Jul 24 13:49:45 EDT 2013
  36. [INFO] Final Memory: 8M/81M
  37. [INFO] ------------------------------------------------------------------------
  38. macbook:openmrs-devel-module-archetype admin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement