23.12.2015, 20:20
Quote:
Thanks for replying, but how to add the .jar file?
I think I need to copy it from the .m2 folder? |
I believe the default location for maven is .m2 folder... You can modify pom.xml to build the .jar to your preffered folder by adding this to your build tag body
Code:
<directory>${project.basedir}/shoebill/gamemodes</directory>