Advertisement
ArifJan

Untitled

Jun 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] -----------------< me.kangarko.fsp:FirstSpigotPlugin >------------------
  4. [INFO] Building FirstSpigotPlugin 1.0.2
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [INFO] Downloading from : http://nexus.hc.to/content/repositories/pub_releases/org/spigotmc/spigot-api/1.14.1-R0.1-SNAPSHOT/maven-metadata.xml
  7. [WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.14.1-R0.1-SNAPSHOT/maven-metadata.xml from/to vault-repo (http://nexus.hc.to/content/repositories/pub_releases): connect timed out
  8. [WARNING] Failure to transfer org.spigotmc:spigot-api:1.14.1-R0.1-SNAPSHOT/maven-metadata.xml from http://nexus.hc.to/content/repositories/pub_releases was cached in the local repository, resolution will not be reattempted until the update interval of vault-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.spigotmc:spigot-api:1.14.1-R0.1-SNAPSHOT/maven-metadata.xml from/to vault-repo (http://nexus.hc.to/content/repositories/pub_releases): connect timed out
  9. [INFO] Downloading from : http://nexus.hc.to/content/repositories/pub_releases/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml
  10. [WARNING] Could not transfer metadata net.md-5:bungeecord-chat:1.13-SNAPSHOT/maven-metadata.xml from/to vault-repo (http://nexus.hc.to/content/repositories/pub_releases): connect timed out
  11. [WARNING] Failure to transfer net.md-5:bungeecord-chat:1.13-SNAPSHOT/maven-metadata.xml from http://nexus.hc.to/content/repositories/pub_releases was cached in the local repository, resolution will not be reattempted until the update interval of vault-repo has elapsed or updates are forced. Original error: Could not transfer metadata net.md-5:bungeecord-chat:1.13-SNAPSHOT/maven-metadata.xml from/to vault-repo (http://nexus.hc.to/content/repositories/pub_releases): connect timed out
  12. [INFO] Downloading from : http://nexus.hc.to/content/repositories/pub_releases/net/md-5/bungeecord-parent/1.13-SNAPSHOT/maven-metadata.xml
  13. [WARNING] Could not transfer metadata net.md-5:bungeecord-parent:1.13-SNAPSHOT/maven-metadata.xml from/to vault-repo (http://nexus.hc.to/content/repositories/pub_releases): connect timed out
  14. [INFO] Downloading from : https://jitpack.io/com/github/kangarko/CompatBridge/3.0.1/CompatBridge-3.0.1.pom
  15. [INFO] Downloading from : http://nexus.hc.to/content/repositories/pub_releases/com/github/kangarko/CompatBridge/3.0.1/CompatBridge-3.0.1.pom
  16. [INFO] Downloading from : http://nexus.hc.to/content/repositories/pub_releases/net/milkbowl/vault/VaultAPI/1.6/VaultAPI-1.6.pom
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO] BUILD FAILURE
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] Total time: 08:22 min
  21. [INFO] Finished at: 2019-06-25T16:08:32+09:00
  22. [INFO] ------------------------------------------------------------------------
  23. [ERROR] Failed to execute goal on project FirstSpigotPlugin: Could not resolve dependencies for project me.kangarko.fsp:FirstSpigotPlugin:jar:1.0.2: Failed to collect dependencies at com.github.kangarko:CompatBridge:jar:3.0.1: Failed to read artifact descriptor for com.github.kangarko:CompatBridge:jar:3.0.1: Could not transfer artifact com.github.kangarko:CompatBridge:pom:3.0.1 from/to jitpack.io (https://jitpack.io): Access denied to https://jitpack.io/com/github/kangarko/CompatBridge/3.0.1/CompatBridge-3.0.1.pom. Error code 401, Unauthorized -> [Help 1]
  24. [ERROR]
  25. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  26. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  27. [ERROR]
  28. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  29. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement