JackOUT

Untitled

May 11th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. "C:\Program Files\Java\jdk-17.0.1\bin\java.exe" "-Dmaven.multiModuleProjectDirectory=C:\Users\Megaport\Workspace\Coob Plugins\SMP" "-Dmaven.home=E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\plugins\maven\lib\maven-event-listener.jar" "-javaagent:E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\lib\idea_rt.jar=57511:E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\bin" -Dfile.encoding=UTF-8 -classpath "E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;E:\Program Files (x86)\IntelliJ IDEA Community Edition 2021.2\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2021.2 clean install
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for games.coob:smp:jar:1.0.0
  5. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.16:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.16.5.jar will be unresolvable by dependent projects @ line 109, column 25
  6. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.15:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.15.2.jar will be unresolvable by dependent projects @ line 116, column 25
  7. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.14:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.14.4.jar will be unresolvable by dependent projects @ line 123, column 25
  8. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.13:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.13.2.jar will be unresolvable by dependent projects @ line 130, column 25
  9. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.12:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.12.2.jar will be unresolvable by dependent projects @ line 137, column 25
  10. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.11:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.11.2.jar will be unresolvable by dependent projects @ line 144, column 25
  11. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.10:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.10.2.jar will be unresolvable by dependent projects @ line 151, column 25
  12. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.9:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.9.4.jar will be unresolvable by dependent projects @ line 158, column 25
  13. [WARNING] 'dependencies.dependency.systemPath' for coob.games.server:Paper-1.8:jar should not point at files within the project directory, ${project.basedir}/library/patched_1.8.8.jar will be unresolvable by dependent projects @ line 165, column 25
  14. [WARNING]
  15. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  16. [WARNING]
  17. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  18. [WARNING]
  19. [INFO]
  20. [INFO] ---------------------------< games.coob:smp >---------------------------
  21. [INFO] Building SMP 1.0.0
  22. [INFO] --------------------------------[ jar ]---------------------------------
  23. [WARNING] The POM for games.coob:v1_18:jar:1.0.0 is missing, no dependency information available
  24. [WARNING] The POM for games.coob:v1_17:jar:1.0.0 is missing, no dependency information available
  25. [WARNING] The POM for games.coob:NMSInterface:jar:1.0.0 is missing, no dependency information available
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] BUILD FAILURE
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Total time: 0.381 s
  30. [INFO] Finished at: 2022-05-11T17:50:23+02:00
  31. [INFO] ------------------------------------------------------------------------
  32. [ERROR] Failed to execute goal on project smp: Could not resolve dependencies for project games.coob:smp:jar:1.0.0: The following artifacts could not be resolved: games.coob:v1_18:jar:1.0.0, games.coob:v1_17:jar:1.0.0, games.coob:NMSInterface:jar:1.0.0: Failure to find games.coob:v1_18:jar:1.0.0 in https://jitpack.io was cached in the local repository, resolution will not be reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [Help 1]
  33. [ERROR]
  34. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  35. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  36. [ERROR]
  37. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  38. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  39.  
  40. Process finished with exit code 1
  41.  
Add Comment
Please, Sign In to add comment