aromaa/WorldGuardExtraFlags

mvn install fails to find dependencies

Closed this issue · 1 comments

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

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