lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
120 stars 97 forks source link

maven fails to resolve dependency #145

Closed mfnalex closed 4 years ago

mfnalex commented 4 years ago

When trying to mvn install the latest version, this appears:

[ERROR] Failed to execute goal on project openinvplugincore: Could not resolve dependencies for project com.lishid:openinvplugincore:jar:4.1.3-SNAPSHOT: Failed to collect dependencies at com.lishid:openinvapi:jar:4.1.3-SNAPSHOT: Failed to read artifact descriptor for com.lishid:openinvapi:jar:4.1.3-SNAPSHOT: Failure to find com.lishid:openinvparent:pom:4.1.3-SNAPSHOT in https://hub.spigotmc.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of spigot-repo has elapsed or updates are forced -> [Help 1]

Seems like com.lishid is not even available in the repo?

mfnalex commented 4 years ago

I am stupid. Compiling the parent pom.xml worked. Sorry, I am not very fit with maven