1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resource Speeding up development with Maven

Discussion in 'Tutorials & Resources' started by Septron, Nov 2, 2016.

  1. Septron

    Joined:
    Oct 31, 2016
    Messages:
    6
    Likes Received:
    1
    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
     
    Arbiter likes this.

Share This Page

Loading...