Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resource Speeding up development with Maven

Joined
Oct 31, 2016
Messages
6
Okay, so what you're going to do is make a maven project in the IDE of your choice then you're going to make a lib folder and drag the runemate.jar inside of that. Once you did that make your pom.xml look something like this. Once that's done run mvn install to install runemate to your local maven repository. Once that's completed you can begin development with automatic jar exporting. Also, if you copy the clean plugin I have inside the pom.xml provided it will delete the jar located in the bot folder on clean as well.

tl;dr pom.xml
 
Top