Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. INFO]
  2. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ validation-api ---
  3. [INFO] Building jar: /home/marcos/OMRSWorkspace/validation/api/target/validation-api-1.0.1.jar
  4. [INFO] META-INF/maven/org.openmrs.module/validation-api/pom.xml already added, skipping
  5. [INFO] META-INF/maven/org.openmrs.module/validation-api/pom.properties already added, skipping
  6. [INFO]
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] Building Validation OMOD 1.0.1
  9. [INFO] ------------------------------------------------------------------------
  10. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
  11. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (657 B at 1.3 KB/sec)
  12. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.pom
  13. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.pom (11 KB at 7.4 KB/sec)
  14. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.jar
  15. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.jar (132 KB at 12.4 KB/sec)
  16. [WARNING] The POM for org.openmrs.module:validation-api:jar:1.0 is missing, no dependency information available
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO] Reactor Summary:
  19. [INFO]
  20. [INFO] Validation ........................................ SUCCESS [0.218s]
  21. [INFO] Validation API .................................... SUCCESS [45.344s]
  22. [INFO] Validation OMOD ................................... FAILURE [14.242s]
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] BUILD FAILURE
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO] Total time: 1:02.036s
  27. [INFO] Finished at: Wed Feb 22 16:04:31 ART 2012
  28. [INFO] Final Memory: 13M/186M
  29. [INFO] ------------------------------------------------------------------------
  30. [ERROR] Failed to execute goal on project validation-omod: Could not resolve dependencies for project org.openmrs.module:validation-omod:omod:1.0.1: Failure to find org.openmrs.module:validation-api:jar:1.0 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 -> [Help 1]
  31. [ERROR]
  32. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  33. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  34. [ERROR]
  35. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  36. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  37. [ERROR]
  38. [ERROR] After correcting the problems, you can resume the build with the command
  39. [ERROR] mvn <goals> -rf :validation-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement