aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
92 stars 73 forks source link

mvn install fails to find dependencies #171

Closed 7rory768 closed 3 years ago

7rory768 commented 3 years ago

Hello, I am trying to make a fork of your project.

When I run mvn install I fail on dependencie of wg6

Failure to find org.bukkit:bukkit:pom:1.5.2-R0.1 in https://hub.spigotmc.org/nexus/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of spigot-repo has elapsed or updates are forced

Failure to find org.bukkit:bukkit:pom:1.6.2-R0.1-SNAPSHOT in https://hub.spigotmc.org/nexus/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of spigot-repo has elapsed or updates are forced

I am guessing that the dependencies are required for worldguard-legacy and thats why it's failing or something because the wg6 module doesnt actually ask for these bukkit dependencies itself.

I know that this is because the bukkit repo is long gone, and I cant BuildTools these jars because their so old. Any idea of where I can get access to these dependencies so that I can compile the project? Any help would be appreciated! <3

7rory768 commented 3 years ago

Found another fork using https://maven.elmakers.com/repository/, adding that as a repo fixed this