Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. v1.13.2 LifeCycle:
  2.  
  3. Clean:
  4.  
  5. "C:\Program Files\Java\jdk1.8.0_121\bin\java" "-Dmaven.multiModuleProjectDirectory=C:\Users\ThePo\Documents\Server Stuff\Projects\DifferentCore\DifferentCore\v1.13.2" "-Dmaven.home=C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\lib\idea_rt.jar=63680:C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2017.1.3 clean
  6. [INFO] Scanning for projects...
  7. [INFO]
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Building v1.13.2 1.0
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO]
  12. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ v1.13.2 ---
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] BUILD SUCCESS
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Total time: 0.248 s
  17. [INFO] Finished at: 2019-03-24T09:54:14+00:00
  18. [INFO] Final Memory: 8M/245M
  19. [INFO] ------------------------------------------------------------------------
  20.  
  21. Process finished with exit code 0
  22.  
  23. Install:
  24.  
  25.  
  26. "C:\Program Files\Java\jdk1.8.0_121\bin\java" "-Dmaven.multiModuleProjectDirectory=C:\Users\ThePo\Documents\Server Stuff\Projects\DifferentCore\DifferentCore\v1.13.2" "-Dmaven.home=C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\lib\idea_rt.jar=63704:C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\ThePo\AppData\Roaming\JetBrains\IntelliJ IDEA Community Edition 2017.1.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2017.1.3 install
  27. [INFO] Scanning for projects...
  28. [INFO]
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Building v1.13.2 1.0
  31. [INFO] ------------------------------------------------------------------------
  32. [WARNING] The POM for org.spigot:spigot:jar:1.13.2 is missing, no dependency information available
  33. [WARNING] The POM for org.spigot:spigot:jar:1.13 is missing, no dependency information available
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] BUILD FAILURE
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Total time: 0.276 s
  38. [INFO] Finished at: 2019-03-24T09:54:54+00:00
  39. [INFO] Final Memory: 8M/245M
  40. [INFO] ------------------------------------------------------------------------
  41. [ERROR] Failed to execute goal on project v1.13.2: Could not resolve dependencies for project me.matamor:v1.13.2:jar:1.0: Failure to find org.spigot:spigot:jar:1.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
  42. [ERROR]
  43. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  44. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  45. [ERROR]
  46. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  47. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  48.  
  49. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement