DragonTravel

DragonTravel

348k Downloads

POM file invalid? Builds don't complete properly.

vidplace7 opened this issue ยท 3 comments

commented

Upon attempting to build DragonTravel with Maven, it complains with the following

[WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.27 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for com.massivecraft:factions:jar:2.2.2 is missing, no dependency information available
[WARNING] The POM for com.massivecraft:mcore:jar:6.9.1 is missing, no dependency information available

Perhaps the build file that worked so well in 1.6.4 is no longer valid?

Full Log

commented

Fixed in this PR #6

commented

Merged the Pull Request which solves the issue. :)

commented

PR #7 solves this in a platform-independent manner. I tried to make it as evident as possible what you may need to change when updating.