cannot resolve plugin dependencies
RoboMWM opened this issue ยท 13 comments
So, thanks to people clamoring for premium plugin integration, I can no longer build this plugin via maven anymore D:
Not sure of solutions right now, since I'm sure those authors aren't going to setup maven repos or make a plugin specifically for their API or the like. Maybe a branch without the dependencies, though not sure how willing you'd be to maintain two different branches :/
You can get the api for ProRecipes for free, but you'll have to ask the developer of Item Maker Pro to make one.
The developer of Item Maker Pro said he'll be releasing an API jar sometime soon.
https://www.spigotmc.org/threads/item-maker-pro-paid.66629/page-31#post-1509938
On top of the vibe I'm getting that all he cares for is money, so making an API plugin probably doesn't seem to be worth it for him... not sure if I should fork and strip out item maker pro stuff, but perhaps having a build server could help partially.
I'm compiling against the ProRecipes api jar, and the Item Maker Pro plugin jar. I think I'll change the code to use reflection, so they're not needed when compiling.
Alright, thanks! Still wondering how you're "compiling against" those plugins without specifying it in the pom though
I changed the Item Maker Pro compatibility to use reflection. I'll change ProRecipes too later if you want me to, but you can use its api jar for now.
https://www.spigotmc.org/wiki/prorecipes-recipeapi/?noRedirect=1
You can try this
File -> Project Structure
Under project structure, select Libraries.
Click the green + button on the top left, and choose Java.
Select the ProRecipes API jar.