Advertisement
Guest User

Untitled

a guest
Feb 17th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  2. SLF4J: Defaulting to no-operation (NOP) logger implementation
  3. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  4. [INFO] Scanning for projects...
  5. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for org.openmrs.api:openmrs-api:jar:1.10.0-SNAPSHOT
  7. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.10.0-SNAPSHOT, /media/KJoseph/Projects/openMRS/openmrs-core/pom.xml, line 966, column 12
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Building openmrs-api 1.10.0-SNAPSHOT
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO]
  18. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  19. [INFO] Checking for local modifications: skipped.
  20. [INFO] Updating project files from SCM: skipped.
  21. [INFO] ShortRevision tag detected. The value is '6'.
  22. [INFO] Executing: /bin/sh -c cd /media/KJoseph/Projects/openMRS/openmrs-core/api && git rev-parse --verify --short=6 HEAD
  23. [INFO] Working directory: /media/KJoseph/Projects/openMRS/openmrs-core/api
  24. [INFO] Storing buildNumber: 18bb8e at timestamp: 1361127013595
  25. [INFO] ShortRevision tag detected. The value is '6'.
  26. [INFO] Executing: /bin/sh -c cd /media/KJoseph/Projects/openMRS/openmrs-core/api && git rev-parse --verify --short=6 HEAD
  27. [INFO] Working directory: /media/KJoseph/Projects/openMRS/openmrs-core/api
  28. [INFO] Storing buildScmBranch: UNKNOWN
  29. [INFO]
  30. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  31. [INFO]
  32. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  33. [WARNING] The POM for org.openmrs.tools:openmrs-tools:jar:1.10.0-SNAPSHOT is missing, no dependency information available
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] BUILD FAILURE
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Total time: 4.055s
  38. [INFO] Finished at: Sun Feb 17 21:50:14 EAT 2013
  39. [INFO] Final Memory: 7M/97M
  40. [INFO] ------------------------------------------------------------------------
  41. [ERROR] Failed to execute goal com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:0.3:format (default) on project openmrs-api: Execution default of goal com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:0.3:format failed: Plugin com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:0.3 or one of its dependencies could not be resolved: Could not find artifact org.openmrs.tools:openmrs-tools:jar:1.10.0-SNAPSHOT -> [Help 1]
  42. [ERROR]
  43. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  44. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  45. [ERROR]
  46. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  47. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement