forked from mung3r/ecoCreature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
227 lines (227 loc) · 7.65 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>se.crafted.chrisb</groupId>
<artifactId>ecoCreature</artifactId>
<name>ecoCreature</name>
<version>0.2.2-SNAPSHOT</version>
<description>Player vs. Monster/Enemy Rewards</description>
<url>http://dev.bukkit.org/server-mods/ecocreature/</url>
<inceptionYear>2011</inceptionYear>
<organization>
<name>R. Ramos</name>
<url>http://github.com/mung3r</url>
</organization>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.7.2-R0.3</bukkit.version>
<vault.version>1.3.2</vault.version>
<currentYear>2014</currentYear>
</properties>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/mung3r/ecoCreature/issues</url>
</issueManagement>
<ciManagement>
<system>jenkins</system>
<url>http://ci.bighatchet.com/job/ecoCreature/</url>
</ciManagement>
<scm>
<connection>scm:git:git://github.com:mung3r/ecoCreature.git</connection>
<developerConnection>scm:git:[email protected]:mung3r/ecoCreature.git</developerConnection>
<url>https://github.com/mung3r/ecoCreature</url>
</scm>
<repositories>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
</repository>
<repository>
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
<repository>
<id>deathtpplus-repo</id>
<url>http://ci.bighatchet.com/plugin/repository/project/DeathTpPlus/LastSuccessful/repository/</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/artifactory/libs-release</url>
</repository>
<repository>
<id>heroes-repo</id>
<url>http://nexus.theyeticave.net/content/groups/herocraft/</url>
</repository>
<repository>
<id>SacredCoding</id>
<url>http://repo.sacredlabyrinth.net:8081/artifactory/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>[2.0,]</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>${bukkit.version}</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>${bukkit.version}</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>${vault.version}</version>
</dependency>
<dependency>
<groupId>org.simiancage.deathtpplus</groupId>
<artifactId>DeathTpPlus</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldguard</artifactId>
<version>5.4</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
<artifactId>SimpleClans</artifactId>
<version>Legacy</version>
</dependency>
<dependency>
<groupId>com.garbagemule.MobArena</groupId>
<artifactId>MobArena</artifactId>
<version>0.96.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MobArena.jar</systemPath>
</dependency>
<dependency>
<groupId>com.herocraftonline.heroes</groupId>
<artifactId>Heroes</artifactId>
<version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>1.5.00-b3547</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mcMMO.jar</systemPath>
</dependency>
<dependency>
<groupId>com.bekvon.bukkit.residence</groupId>
<artifactId>Residence</artifactId>
<version>2.6.6.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Residence.jar</systemPath>
</dependency>
<dependency>
<groupId>couk.Adamki11s.Regios</groupId>
<artifactId>Regios</artifactId>
<version>5.9.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Regios.jar</systemPath>
</dependency>
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>Towny</artifactId>
<version>0.87.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Towny.jar</systemPath>
</dependency>
<dependency>
<groupId>com.massivecraft.factions</groupId>
<artifactId>Factions</artifactId>
<version>2.3.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Factions.jar</systemPath>
</dependency>
<dependency>
<groupId>com.massivecraft.mcore</groupId>
<artifactId>MCore</artifactId>
<version>7.0.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mcore.jar</systemPath>
</dependency>
<dependency>
<groupId>mc.alk.arena</groupId>
<artifactId>BattleArena</artifactId>
<version>3.9.7.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/BattleArena.jar</systemPath>
</dependency>
</dependencies>
<build>
<defaultGoal>clean install</defaultGoal>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.10.b1</version>
<executions>
<execution>
<configuration>
<properties>
<name>${project.name}</name>
<url>${project.organization.url}</url>
<copyright>Copyright (c) ${project.inceptionYear}-${currentYear}, ${project.organization.name}</copyright>
</properties>
<quiet>true</quiet>
<encoding>UTF-8</encoding>
<strictCheck>true</strictCheck>
<header>${basedir}/HEADER.txt</header>
<mapping>
<java>SLASHSTAR_STYLE</java>
</mapping>
<keywords>
<keyword>${project.name}</keyword>
<keyword>license</keyword>
</keywords>
<includes>
<include>src/main/java/**</include>
<include>src/test/java/**</include>
</includes>
<excludes>
<exclude>src/main/java/**/CommandHandler.java</exclude>
<exclude>src/main/java/**/mcstats/Metrics.java</exclude>
</excludes>
</configuration>
<phase>clean</phase>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>