Advertisement
Guest User

Untitled

a guest
Apr 7th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. \personal\open-source\openmrs-core>mvn jetty:run
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] OpenMRS [pom]
  7. [INFO] openmrs-tools [jar]
  8. [INFO] openmrs-test [pom]
  9. [INFO] openmrs-api [jar]
  10. [INFO] openmrs-web [jar]
  11. [INFO] openmrs-webapp [war]
  12. [INFO]
  13. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  14. [INFO] Building OpenMRS 2.3.0-SNAPSHOT [1/6]
  15. [INFO] --------------------------------[ pom ]---------------------------------
  16. [INFO]
  17. [INFO] >>> jetty-maven-plugin:8.1.16.v20140903:run (default-cli) > test-compile @ openmrs >>>
  18. [INFO]
  19. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  20. [INFO] Checking for local modifications: skipped.
  21. [INFO] Updating project files from SCM: skipped.
  22. [INFO] ShortRevision tag detected. The value is '6'.
  23. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  24. [INFO] Working directory: C:\Users\dilantha.silva\personal\open-source\openmrs-core
  25. [INFO] Storing buildNumber: f7829d at timestamp: 1554662717753
  26. [INFO] ShortRevision tag detected. The value is '6'.
  27. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  28. [INFO] Working directory: C:\Users\dilantha.silva\personal\open-source\openmrs-core
  29. [INFO] Storing buildScmBranch: UNKNOWN
  30. [INFO]
  31. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  32. [INFO]
  33. [INFO] <<< jetty-maven-plugin:8.1.16.v20140903:run (default-cli) < test-compile @ openmrs <<<
  34. [INFO]
  35. [INFO]
  36. [INFO] --- jetty-maven-plugin:8.1.16.v20140903:run (default-cli) @ openmrs ---
  37. [INFO] Configuring Jetty for project: OpenMRS
  38. [INFO] webAppSourceDirectory not set. Defaulting to C:\Users\dilantha.silva\personal\open-source\openmrs-core\src\main\webapp
  39. [INFO] Reload Mechanic: automatic
  40. [INFO] Classes directory C:\Users\dilantha.silva\personal\open-source\openmrs-core\target\classes does not exist
  41. [INFO] Context path = /
  42. [INFO] Tmp directory = C:\Users\dilantha.silva\personal\open-source\openmrs-core\target\tmp
  43. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  44. [INFO] Web overrides = none
  45. [INFO] web.xml file = null
  46. [INFO] Webapp directory = C:\Users\dilantha.silva\personal\open-source\openmrs-core\src\main\webapp
  47. [INFO] jetty-8.1.16.v20140903
  48. [INFO] No Transaction manager found - if your webapp requires one, please configure one.
  49. [WARNING] !RequestLog
  50. [INFO] Started SelectChannelConnector@0.0.0.0:8080
  51. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement