Advertisement
magoo123

Untitled

Jun 7th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 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. [INFO]
  25. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ openmrs ---
  26. [WARNING] The POM for org.codehaus.plexus:plexus-utils:jar:2.0.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  27. [INFO]
  28. [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs ---
  29. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  30. SLF4J: Defaulting to no-operation (NOP) logger implementation
  31. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  32. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
  33. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 3.9 KB/sec)
  34. [WARNING] Checksum validation failed, expected 72ac6e6fb1adc25bb8af80f26c309c413453e423 but is bed6552339a029aa7300296cbea33e81ebeff07f for http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
  35. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  36. [INFO] Checking for local modifications: skipped.
  37. [INFO] Updating project files from SCM: skipped.
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] Reactor Summary:
  40. [INFO]
  41. [INFO] OpenMRS ........................................... FAILURE [8:09.360s]
  42. [INFO] openmrs-tools ..................................... SKIPPED
  43. [INFO] openmrs-test ...................................... SKIPPED
  44. [INFO] openmrs-api ....................................... SKIPPED
  45. [INFO] openmrs-web ....................................... SKIPPED
  46. [INFO] openmrs-webapp .................................... SKIPPED
  47. [INFO] openmrs-release-test .............................. SKIPPED
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] BUILD FAILURE
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] Total time: 8:10.828s
  52. [INFO] Finished at: Thu Jun 07 15:36:17 GMT+03:00 2012
  53. [INFO] Final Memory: 6M/16M
  54. [INFO] ------------------------------------------------------------------------
  55. [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on project openmrs: Execution default of goal org.codehaus.mojo:buildnumber-maven-plugin:1.0:create failed: Guice provision errors:
  56. [ERROR]
  57. [ERROR] 1) Error injecting: org.apache.maven.scm.provider.svn.svnjava.SvnJavaScmProvider
  58. [ERROR] at ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@253498]
  59. [ERROR] at ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@253498]
  60. [ERROR] while locating org.apache.maven.scm.provider.ScmProvider annotated with @com.google.inject.name.Named(value=javasvn)
  61. [ERROR]
  62. [ERROR] 1 error: org/tmatesoft/svn/core/SVNException: org.tmatesoft.svn.core.SVNException
  63. [ERROR] -> [Help 1]
  64. [ERROR]
  65. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  66. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  67. [ERROR]
  68. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  69. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement