Advertisement
jothamk

SETTING UP OPENMRS SDK

Dec 15th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.76 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] BUILD FAILURE
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Total time:  03:35 min
  5. [INFO] Finished at: 2019-12-15T19:37:10+03:00
  6. [INFO] ------------------------------------------------------------------------
  7. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.2:setup (default-cli) on project standalone-pom: Failed to setup server: Unable to execute mojo: Unable to resolve artifact. Could not transfer artifact org.openmrs.web:openmrs-webapp:war:1.11.5 from/to openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public): GET request of: org/openmrs/web/openmrs-webapp/1.11.5/openmrs-webapp-1.11.5.war from openmrs-repo failed
  8. [ERROR]   org.openmrs.web:openmrs-webapp:war:1.11.5
  9. [ERROR]
  10. [ERROR] from the specified remote repositories:
  11. [ERROR]   openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public, releases=true, snapshots=true),
  12. [ERROR]   openmrs-repo-thirdparty (http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty, releases=true, snapshots=true),
  13. [ERROR]   openmrs-bintray-repo (https://dl.bintray.com/openmrs/maven/, releases=true, snapshots=true),
  14. [ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false): SSL peer shut down incorrectly
  15. [ERROR] -> [Help 1]
  16. [ERROR]
  17. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  18. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  19. [ERROR]
  20. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  21. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement