Advertisement
Guest User

Untitled

a guest
Jun 12th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 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.tools:openmrs-tools:jar:1.10.0-SNAPSHOT
  4. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-javadoc-plugin @ org.openmrs:openmrs:1.10.0-SNAPSHOT, C:\Documents and Settings\venkaban\workspace\order-entry\pom.xml, line 736, column 13
  5. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs-release-test:jar:1.10.0-SNAPSHOT
  7. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead.
  8. [WARNING]
  9. [WARNING] Some problems were encountered while building the effective model for org.openmrs:openmrs:pom:1.10.0-SNAPSHOT
  10. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-javadoc-plugin @ line 736, column 13
  11. [WARNING]
  12. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  13. [WARNING]
  14. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  15. [WARNING]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Reactor Build Order:
  18. [INFO]
  19. [INFO] OpenMRS
  20. [INFO] openmrs-tools
  21. [INFO] openmrs-test
  22. [INFO] openmrs-api
  23. [INFO] openmrs-web
  24. [INFO] openmrs-webapp
  25. [INFO] openmrs-release-test
  26. [INFO]
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Building OpenMRS 1.10.0-SNAPSHOT
  29. [INFO] ------------------------------------------------------------------------
  30. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  31. SLF4J: Defaulting to no-operation (NOP) logger implementation
  32. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  33. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
  34. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Reactor Summary:
  37. [INFO]
  38. [INFO] OpenMRS ........................................... FAILURE [0.781s]
  39. [INFO] openmrs-tools ..................................... SKIPPED
  40. [INFO] openmrs-test ...................................... SKIPPED
  41. [INFO] openmrs-api ....................................... SKIPPED
  42. [INFO] openmrs-web ....................................... SKIPPED
  43. [INFO] openmrs-webapp .................................... SKIPPED
  44. [INFO] openmrs-release-test .............................. SKIPPED
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] BUILD FAILURE
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] Total time: 1.047s
  49. [INFO] Finished at: Tue Jun 12 13:10:26 PDT 2012
  50. [INFO] Final Memory: 6M/16M
  51. [INFO] ------------------------------------------------------------------------
  52. [WARNING] The requested profile "order-entry" could not be activated because it does not exist.
  53. [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 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-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom -> [Help 1]
  54. [ERROR]
  55. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  56. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  57. [ERROR]
  58. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  59. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement