iConomy / Register

API for all major bukkit Economies for simplicity, Watch this for updates! - Supports iCo4, 5 & 6, BOSE 6 & 7, Essentials ECO 2.2.17
http://bit.ly/RegisterMethod
40 stars 15 forks source link

Maven Build Configuration #9

Closed hohl closed 13 years ago

hohl commented 13 years ago

I prefere using Maven build environment, like Bukkit team is using. For simpler integration into existing maven projects and providing better (&automated) version handling, I implemented a maven pom.xml file for the project.

To use the compiled, packaged and deployed Register.jar you only need to add following lines in your existing maven projects:

<dependency>
  <groupId>com.nijikokun</groupId>
  <artifactId>register</artifactId>
  <version>1.1</version>
</dependency>
hohl commented 13 years ago

forgot to mention that I always used xZise .gitignore file. (which is anyway similar to the used one in Bukkit)