Advertisement
Guest User

Untitled

a guest
Apr 19th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. opensource@opensource:~/modules/openmrs-standalone$ mvn package -Dopenmrs.version=2.4.0
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] standalone [pom]
  7. [INFO] standalone-step-01 [jar]
  8. [INFO] standalone-step-02 [jar]
  9. [INFO] standalone-step-03 [jar]
  10. [INFO] standalone-step-04 [jar]
  11. [INFO] standalone-step-05 [jar]
  12. [INFO]
  13. [INFO] -----------------------< org.openmrs:standalone >-----------------------
  14. [INFO] Building standalone 2.0.0-SNAPSHOT [1/6]
  15. [INFO] --------------------------------[ pom ]---------------------------------
  16. [INFO]
  17. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ standalone ---
  18. [INFO]
  19. [INFO] ---------------------< org.openmrs:standalone-01 >----------------------
  20. [INFO] Building standalone-step-01 2.0.0-SNAPSHOT [2/6]
  21. [INFO] --------------------------------[ jar ]---------------------------------
  22. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.4.0/platform-2.4.0.war
  23. Downloading from archetype: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.4.0/platform-2.4.0.war
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Reactor Summary for standalone 2.0.0-SNAPSHOT:
  26. [INFO]
  27. [INFO] standalone ......................................... SUCCESS [ 0.407 s]
  28. [INFO] standalone-step-01 ................................. FAILURE [ 01:10 h]
  29. [INFO] standalone-step-02 ................................. SKIPPED
  30. [INFO] standalone-step-03 ................................. SKIPPED
  31. [INFO] standalone-step-04 ................................. SKIPPED
  32. [INFO] standalone-step-05 ................................. SKIPPED
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] BUILD FAILURE
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Total time: 01:10 h
  37. [INFO] Finished at: 2022-04-19T16:28:19+03:00
  38. [INFO] ------------------------------------------------------------------------
  39. [ERROR] Failed to execute goal on project standalone-01: Could not resolve dependencies for project org.openmrs:standalone-01:jar:2.0.0-SNAPSHOT: Could not transfer artifact org.openmrs.distro:platform:war:2.4.0 from/to openmrs-repo (https://mavenrepo.openmrs.org/public): GET request of: org/openmrs/distro/platform/2.4.0/platform-2.4.0.war from openmrs-repo failed: Read timed out -> [Help 1]
  40. [ERROR]
  41. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  42. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  43. [ERROR]
  44. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  45. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  46. [ERROR]
  47. [ERROR] After correcting the problems, you can resume the build with the command
  48. [ERROR] mvn <args> -rf :standalone-01
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement