mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-08 23:35:26 +02:00
Nothing to see here, move along
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user