Maven repo
Olzie-12 opened this issue ยท 2 comments
i get this error
Error: Failed to execute goal on project playerwarps: Could not resolve dependencies for project com.***dev:playerwarps:jar:6.13.0-pre5: Could not find artifact com.comphenix.executors:BukkitExecutors:jar:1.1-SNAPSHOT in papermc (https://papermc.io/repo/repository/maven-public/) -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please read the following articles:
Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Error:
Error: After correcting the problems, you can resume the build with the command
Error: mvn <args> -rf :playerwarps
Error: Process completed with exit code 1.
my maven:
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.5.0</version>
<scope>provided</scope>
</dependency>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
it use to work just fine.