Failed to fetch pom.xml for paperlib-1.0.6
Greymagic27 opened this issue ยท 2 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
N/A
Error log (if applicable)
No response
Bug description
This is a bug when trying to use essentialsX as a dependency for my maven project.
Upon trying to package this it gives an error that it could not find the module 'paperlib-1.0.6.jar'. This is because the pom.xml is not present so it cannot fetch the correct version to download. Manually downloading this .jar solves the issue.
Steps to reproduce
- Git clone https://github.com/Greymagic27/advanced-achievements/tree/master
- Try to run 'mvn clean package'
- Get presented with the error
- Try again but this time add the missing ,jar to
C:\Users\Username\.m2\repository\io\papermc\paperlib\1.0.6
https://mvnrepository.com/artifact/io.papermc/paperlib/1.0.6 - Observe that it now works
Expected behaviour
The package command would be able to download the paperlib.jar
Actual behaviour
It cannot download the paperlib.jra leading to an error
Additional Information
No response