Advertisement
Guest User

Venkata

a guest
Jun 1st, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs-release-test:jar:1.10.0-SNAPSHOT
  4. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead.
  5. [WARNING]
  6. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  7. [WARNING]
  8. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  9. [WARNING]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Reactor Build Order:
  12. [INFO]
  13. [INFO] OpenMRS
  14. [INFO] openmrs-tools
  15. [INFO] openmrs-test
  16. [INFO] openmrs-api
  17. [INFO] openmrs-web
  18. [INFO] openmrs-webapp
  19. [INFO] openmrs-release-test
  20. [INFO]
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Building OpenMRS 1.10.0-SNAPSHOT
  23. [INFO] ------------------------------------------------------------------------
  24. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  25. SLF4J: Defaulting to no-operation (NOP) logger implementation
  26. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  27. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.3.2/maven-jar-plugin-2.3.2.pom
  28. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.2/maven-jar-plugin-2.3.2.pom
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Reactor Summary:
  31. [INFO]
  32. [INFO] OpenMRS ........................................... FAILURE [0.734s]
  33. [INFO] openmrs-tools ..................................... SKIPPED
  34. [INFO] openmrs-test ...................................... SKIPPED
  35. [INFO] openmrs-api ....................................... SKIPPED
  36. [INFO] openmrs-web ....................................... SKIPPED
  37. [INFO] openmrs-webapp .................................... SKIPPED
  38. [INFO] openmrs-release-test .............................. SKIPPED
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] BUILD FAILURE
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] Total time: 1.125s
  43. [INFO] Finished at: Fri Jun 01 12:42:18 PDT 2012
  44. [INFO] Final Memory: 4M/10M
  45. [INFO] ------------------------------------------------------------------------
  46. [ERROR] Plugin org.apache.maven.plugins:maven-jar-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-jar-plugin:jar:2.3.2: Could not transfer artifact org.apache.maven.plugins:maven-jar-plugin:pom:2.3.2 from/to openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public): Software caused connection abort: no further information to http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.3.2/maven-jar-plugin-2.3.2.pom -> [Help 1]
  47. [ERROR]
  48. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  49. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  50. [ERROR]
  51. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  52. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement