Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.85 KB | None | 0 0
  1. mvn clean install -U
  2. [INFO] Scanning for projects...
  3. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/distro/referenceapplication/1.9.11/referenceapplication-1.9.11.pom
  4. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/distro/referenceapplication/1.9.11/referenceapplication-1.9.11.pom
  5. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/distro/referenceapplication/1.9.11/referenceapplication-1.9.11.pom
  6. Downloading from central: http://repo1.maven.org/maven2/org/openmrs/distro/referenceapplication/1.9.11/referenceapplication-1.9.11.pom
  7. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  8. [ERROR] Non-resolvable import POM: Could not find artifact org.openmrs.distro:referenceapplication:pom:1.9.11 in openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public) @ line 34, column 25
  9.  @
  10. [ERROR] The build could not read 1 project -> [Help 1]
  11. [ERROR]  
  12. [ERROR]   The project org.openmrs.module:mymodule:1.0.0-SNAPSHOT (/Users/gilbertagbodamakou/mymodule/pom.xml) has 1 error
  13. [ERROR]     Non-resolvable import POM: Could not find artifact org.openmrs.distro:referenceapplication:pom:1.9.11 in openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public) @ line 34, column 25 -> [Help 2]
  14. [ERROR]
  15. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  16. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  17. [ERROR]
  18. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  19. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  20. [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement