Nothing to see here, move along

This commit is contained in:
Sauilitired 2015-07-27 20:26:19 +02:00
parent 4939f997dc
commit aa735f8073

16
pom.xml
View File

@ -37,16 +37,17 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>bukkit</id>
<goals><goal>jar</goal></goals>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
<configuration>
<classifier>bukkit</classifier>
<finalName>PlotSquared-Bukkit</finalName>
<excludes>
<exclude>**/com/plotsquared/sponge/*</exclude>
</excludes>
@ -54,10 +55,12 @@
</execution>
<execution>
<id>sponge</id>
<goals><goal>jar</goal></goals>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
<configuration>
<classifier>sponge</classifier>
<finalName>PlotSquared-Sponge</finalName>
<excludes>
<exclude>**/com/plotsquared/bukkit/*</exclude>
</excludes>
@ -85,7 +88,8 @@
</build>
<repositories>
<repository>
<id>techcable-repo</id> <!-- Just leave the repositories section alone or bukkit won't work -->
<id>techcable-repo</id>
<!-- Just leave the repositories section alone or bukkit won't work -->
<url>http://repo.techcable.net/content/groups/public/</url>
</repository>
<repository>