mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 02:17:42 +01:00
Random pom changes.
This commit is contained in:
parent
5c2aebf475
commit
3264381039
@ -19,7 +19,16 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<!-- Building -->
|
<!-- Building -->
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>md_5-releases</id>
|
||||||
|
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>md_5-snapshots</id>
|
||||||
|
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean package</defaultGoal>
|
<defaultGoal>clean package</defaultGoal>
|
||||||
<directory>../target</directory> <!-- Build it one level up, because it is the one we care about -->
|
<directory>../target</directory> <!-- Build it one level up, because it is the one we care about -->
|
||||||
|
10
pom.xml
10
pom.xml
@ -31,16 +31,6 @@
|
|||||||
<module>NoCheatPlus</module>
|
<module>NoCheatPlus</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>md_5-releases</id>
|
|
||||||
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
|
||||||
</repository>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>md_5-snapshots</id>
|
|
||||||
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit</id>
|
<id>bukkit</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user