Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Missing:
  2. ----------
  3. 1) org.openmrs.api:openmrs-api:test-jar:tests:1.10.0-SNAPSHOT
  4.  
  5. Try downloading the file manually from the project website.
  6.  
  7. Then, install it using the command:
  8. mvn install:install-file -DgroupId=org.openmrs.api -DartifactId=openmrs-api -Dversion=1.10.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
  9.  
  10. Alternatively, if you host your own repository you can deploy the file there:
  11. mvn deploy:deploy-file -DgroupId=org.openmrs.api -DartifactId=openmrs-api -Dversion=1.10.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  12.  
  13. Path to dependency:
  14. 1) org.openmrs.module:htmlformentry-release-tests:jar:1.8.3-SNAPSHOT
  15. 2) org.openmrs.api:openmrs-api:test-jar:tests:1.10.0-SNAPSHOT
  16.  
  17. ----------
  18. 1 required artifact is missing.
  19.  
  20. for artifact:
  21. org.openmrs.module:htmlformentry-release-tests:jar:1.8.3-SNAPSHOT
  22.  
  23. from the specified remote repositories:
  24. central (http://repo1.maven.org/maven2),
  25. openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement