Advertisement
aka007

Untitled

Mar 10th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. [ERROR] BUILD ERROR
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Failed to resolve artifact.
  4.  
  5. Missing:
  6. ----------
  7. 1) org.openmrs.web:openmrs-web:jar:1.9.7-alpha
  8.  
  9. Try downloading the file manually from the project website.
  10.  
  11. Then, install it using the command:
  12. mvn install:install-file -DgroupId=org.openmrs.web -DartifactId=openmrs-web -Dversion=1.9.7-alpha -Dpackaging=jar -Dfile=/path/to/file
  13.  
  14. Alternatively, if you host your own repository you can deploy the file there:
  15. mvn deploy:deploy-file -DgroupId=org.openmrs.web -DartifactId=openmrs-web -Dversion=1.9.7-alpha -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  16.  
  17. Path to dependency:
  18. 1) org.openmrs.module:regadbintegration-api:jar:1.0-SNAPSHOT
  19. 2) org.openmrs.web:openmrs-web:jar:1.9.7-alpha
  20.  
  21. 2) org.openmrs.api:openmrs-api:jar:1.9.7-alpha
  22.  
  23. Try downloading the file manually from the project website.
  24.  
  25. Then, install it using the command:
  26. mvn install:install-file -DgroupId=org.openmrs.api -DartifactId=openmrs-api -Dversion=1.9.7-alpha -Dpackaging=jar -Dfile=/path/to/file
  27.  
  28. Alternatively, if you host your own repository you can deploy the file there:
  29. mvn deploy:deploy-file -DgroupId=org.openmrs.api -DartifactId=openmrs-api -Dversion=1.9.7-alpha -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  30.  
  31. Path to dependency:
  32. 1) org.openmrs.module:regadbintegration-api:jar:1.0-SNAPSHOT
  33. 2) org.openmrs.api:openmrs-api:jar:1.9.7-alpha
  34.  
  35. ----------
  36. 2 required artifacts are missing.
  37.  
  38. for artifact:
  39. org.openmrs.module:regadbintegration-api:jar:1.0-SNAPSHOT
  40.  
  41. from the specified remote repositories:
  42. central (http://repo1.maven.org/maven2),
  43. openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public)
  44.  
  45.  
  46.  
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] For more information, run Maven with the -e switch
  49. [INFO] ------------------------------------------------------------------------
  50. [INFO] Total time: 8 seconds
  51. [INFO] Finished at: Tue Mar 11 03:09:38 IST 2014
  52. [INFO] Final Memory: 21M/294M
  53. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement