Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [INFO] Configured Artifact: org.openmrs.module:basicexample-omod:1.0-SNAPSHOT:jar
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] BUILD FAILURE
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Total time: 2.018s
  6. [INFO] Finished at: Thu Sep 19 09:07:12 EDT 2013
  7. [INFO] Final Memory: 10M/135M
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (deploy-to-server) on project openmrs-project-server: Unable to find artifact. Failure to find org.openmrs.module:basicexample-omod:jar:1.0-SNAPSHOT in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced
  10. [ERROR]
  11. [ERROR] Try downloading the file manually from the project website.
  12. [ERROR]
  13. [ERROR] Then, install it using the command:
  14. [ERROR] mvn install:install-file -DgroupId=org.openmrs.module -DartifactId=basicexample-omod -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
  15. [ERROR]
  16. [ERROR] Alternatively, if you host your own repository you can deploy the file there:
  17. [ERROR] mvn deploy:deploy-file -DgroupId=org.openmrs.module -DartifactId=basicexample-omod -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  18. [ERROR]
  19. [ERROR]
  20. [ERROR] org.openmrs.module:basicexample-omod:jar:1.0-SNAPSHOT
  21. [ERROR]
  22. [ERROR] from the specified remote repositories:
  23. [ERROR] openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public, releases=true, snapshots=true),
  24. [ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
  25. [ERROR] -> [Help 1]
  26. [ERROR]
  27. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  28. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  29. [ERROR]
  30. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  31. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement