Advertisement
Guest User

XWiki platform build on Windows

a guest
Mar 22nd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Using:
  2. mvn install -Dmaven.test.skip=true
  3.  
  4.  
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] BUILD FAILURE
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] Total time: 15:53 min
  9. [INFO] Finished at: 2017-03-22T12:53:16+01:00
  10. [INFO] Final Memory: 493M/1909M
  11. [INFO] ------------------------------------------------------------------------
  12. [ERROR] Failed to execute goal on project xwiki-platform-annotation-maintainer: Could not resolve dependencies for project org.xwiki.platform:xwiki-platform-annotation-maintainer:jar:9.2-SNAPSHOT: Could not find artifact org.xwiki.platform:xwiki-platform-annotation-core:jar:tests:9.2-SNAPSHOT in xwiki-snapshots (http://nexus.xwiki.org/nexus/content/groups/public-snapshots) -> [Help 1]
  13. [ERROR]
  14. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  15. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  16. [ERROR]
  17. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  18. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  19. [ERROR]
  20. [ERROR] After correcting the problems, you can resume the build with the command
  21. [ERROR] mvn <goals> -rf :xwiki-platform-annotation-maintainer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement