mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Nothing to see here, move along
This commit is contained in:
parent
4939f997dc
commit
aa735f8073
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>
|
||||
|
Loading…
Reference in New Issue
Block a user