Advertisement
magoo123

Untitled

Jul 27th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 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.web:openmrs-web:jar:1.9.0-SNAPSHOT
  4. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  5. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building openmrs-web 1.9.0-SNAPSHOT
  14. [INFO] ------------------------------------------------------------------------
  15. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  16. SLF4J: Defaulting to no-operation (NOP) logger implementation
  17. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  18. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.9.0-SNAPSHOT/maven-metadata.xml
  19. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.9.0-SNAPSHOT/openmrs-api-1.9.0-SNAPSHOT.pom
  20. [WARNING] The POM for org.openmrs.api:openmrs-api:jar:1.9.0-SNAPSHOT is missing, no dependency information available
  21. [WARNING] The POM for org.openmrs.api:openmrs-api:jar:tests:1.9.0-SNAPSHOT is missing, no dependency information available
  22. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.9.0-SNAPSHOT/openmrs-api-1.9.0-SNAPSHOT.jar
  23. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.9.0-SNAPSHOT/openmrs-api-1.9.0-SNAPSHOT-tests.jar
  24. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/directwebremoting/dwr/2.0.5-mod/dwr-2.0.5-mod.jar
  25. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/directwebremoting/dwr/2.0.5-mod/dwr-2.0.5-mod.jar (495 KB at 35.9 KB/sec)
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] BUILD FAILURE
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Total time: 33.171s
  30. [INFO] Finished at: Wed Jul 27 16:52:07 EAT 2011
  31. [INFO] Final Memory: 3M/15M
  32. [INFO] ------------------------------------------------------------------------
  33. [ERROR] Failed to execute goal on project openmrs-web: Could not resolve dependencies for project org.openmrs.web:openmrs-web:jar:1.9.0-SNAPSHOT: The following artifacts could not be resolved: org.openmrs.api:openmrs-api:jar:1.9.0-SNAPSHOT, org.openmrs.api:openmrs-api:jar:tests:1.9.0-SNAPSHOT: Could not find artifact org.openmrs.api:openmrs-api:jar:1.9.0-SNAPSHOT in openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/public) -> [Help 1]
  34. [ERROR]
  35. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  37. [ERROR]
  38. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  39. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement