Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. mvn install
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.xwiki.contrib.mailinglist:usersync-api:jar:1.0-SNAPSHOT
  5. [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
  6. [WARNING]
  7. [WARNING] Some problems were encountered while building the effective model for org.xwiki.contrib.mailinglist:usersync-connector-discourse:jar:1.0-SNAPSHOT
  8. [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
  9. [WARNING]
  10. [WARNING] Some problems were encountered while building the effective model for org.xwiki.contrib.mailinglist:usersync-connectors:pom:1.0-SNAPSHOT
  11. [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
  12. [WARNING]
  13. [WARNING] Some problems were encountered while building the effective model for org.xwiki.contrib.mailinglist:usersync:pom:1.0-SNAPSHOT
  14. [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
  15. [WARNING]
  16. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  17. [WARNING]
  18. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  19. [WARNING]
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Reactor Build Order:
  22. [INFO]
  23. [INFO] User synchronization - Parent POM [pom]
  24. [INFO] User synchronization - API [jar]
  25. [INFO] User Synchronization - Connectors [pom]
  26. [INFO] User synchronization - Connectors - Discourse [jar]
  27. [INFO]
  28. [INFO] ---------------< org.xwiki.contrib.mailinglist:usersync >---------------
  29. [INFO] Building User synchronization - Parent POM 1.0-SNAPSHOT [1/4]
  30. [INFO] --------------------------------[ pom ]---------------------------------
  31. Downloading from : http://nexus.xwiki.org/nexus/content/groups/public/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.pom
  32. Downloading from : https://jitpack.io/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.pom
  33. Downloading from : https://repo.maven.apache.org/maven2/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.pom
  34. [WARNING] The POM for com.github.zeusbaba:discourse-api-client:jar:915b2c714176c60f79e448760e16300debde54fa is missing, no dependency information available
  35. Downloading from : http://nexus.xwiki.org/nexus/content/groups/public/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.jar
  36. Downloading from : https://jitpack.io/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.jar
  37. Downloading from : https://repo.maven.apache.org/maven2/com/github/zeusbaba/discourse-api-client/915b2c714176c60f79e448760e16300debde54fa/discourse-api-client-915b2c714176c60f79e448760e16300debde54fa.jar
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] Reactor Summary:
  40. [INFO]
  41. [INFO] User synchronization - Parent POM 1.0-SNAPSHOT ..... FAILURE [ 16.139 s]
  42. [INFO] User synchronization - API ......................... SKIPPED
  43. [INFO] User Synchronization - Connectors .................. SKIPPED
  44. [INFO] User synchronization - Connectors - Discourse 1.0-SNAPSHOT SKIPPED
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] BUILD FAILURE
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] Total time: 17.176 s
  49. [INFO] Finished at: 2018-12-18T21:15:02+01:00
  50. [INFO] ------------------------------------------------------------------------
  51. [ERROR] Failed to execute goal on project usersync: Could not resolve dependencies for project org.xwiki.contrib.mailinglist:usersync:pom:1.0-SNAPSHOT: Could not find artifact com.github.zeusbaba:discourse-api-client:jar:915b2c714176c60f79e448760e16300debde54fa in xwiki-releases (http://nexus.xwiki.org/nexus/content/groups/public) -> [Help 1]
  52. [ERROR]
  53. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  54. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  55. [ERROR]
  56. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  57. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement