Advertisement
magoo123

Untitled

Jun 8th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 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. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  33. [INFO] Checking for local modifications: skipped.
  34. [INFO] Updating project files from SCM: skipped.
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Reactor Summary:
  37. [INFO]
  38. [INFO] OpenMRS ........................................... FAILURE [11.750s]
  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: 25.828s
  49. [INFO] Finished at: Fri Jun 08 10:33:21 GMT+03:00 2012
  50. [INFO] Final Memory: 6M/15M
  51. [INFO] ------------------------------------------------------------------------
  52. [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:
  53. [ERROR]
  54. [ERROR] 1) Error injecting: org.apache.maven.scm.provider.svn.svnjava.SvnJavaScmProvider
  55. [ERROR] at ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@253498]
  56. [ERROR] at ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@253498]
  57. [ERROR] while locating org.apache.maven.scm.provider.ScmProvider annotated with @com.google.inject.name.Named(value=javasvn)
  58. [ERROR]
  59. [ERROR] 1 error: org/tmatesoft/svn/core/SVNException: org.tmatesoft.svn.core.SVNException
  60. [ERROR] -> [Help 1]
  61. [ERROR]
  62. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  63. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  64. [ERROR]
  65. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  66. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement