Just use the parent pom.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-02-03 09:48:23 +11:00
parent 4911597232
commit a6f60283d4
3 changed files with 54 additions and 46 deletions

View File

@@ -1,14 +1,14 @@
From 90c154d7287ae9c3480f31c4b0d56c33b7a1dba4 Mon Sep 17 00:00:00 2001
From 4cbb6243977214e595efa83ba0445c571dcb303b Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 3 Feb 2013 09:37:03 +1100
Date: Sun, 3 Feb 2013 09:44:24 +1100
Subject: [PATCH] POM Changes.
---
pom.xml | 43 +++++++++++++++++--------------------------
1 file changed, 17 insertions(+), 26 deletions(-)
pom.xml | 47 +++++++++++++----------------------------------
1 file changed, 13 insertions(+), 34 deletions(-)
diff --git a/pom.xml b/pom.xml
index d697ca1..5704b92 100644
index d697ca1..5a1a5dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,12 @@
@@ -28,7 +28,7 @@ index d697ca1..5704b92 100644
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,22 +16,15 @@
@@ -16,25 +16,6 @@
<minecraft_version>1_4_R1</minecraft_version>
</properties>
@@ -37,25 +37,24 @@ index d697ca1..5704b92 100644
- <developerConnection>scm:git:ssh://git@github.com/Bukkit/CraftBukkit.git</developerConnection>
- <url>https://github.com/Bukkit/CraftBukkit</url>
- </scm>
<distributionManagement>
<repository>
-
- <distributionManagement>
- <repository>
- <id>repobo-rel</id>
- <name>repo.bukkit.org Releases</name>
- <url>http://repo.bukkit.org/content/repositories/releases/</url>
+ <id>md_5-releases</id>
+ <url>http://repo.md-5.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- </repository>
- <snapshotRepository>
- <id>repobo-snap</id>
- <name>repo.bukkit.org Snapshots</name>
- <url>http://repo.bukkit.org/content/repositories/snapshots/</url>
+ <id>md_5-snapshots</id>
+ <url>http://repo.md-5.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -42,17 +35,10 @@
- </snapshotRepository>
- </distributionManagement>
-
<repositories>
<repository>
<id>repobo-snap</id>
@@ -42,17 +23,10 @@
</repository>
</repositories>
@@ -75,7 +74,7 @@ index d697ca1..5704b92 100644
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
@@ -145,6 +131,11 @@
@@ -145,6 +119,11 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
@@ -87,7 +86,7 @@ index d697ca1..5704b92 100644
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
@@ -156,7 +147,7 @@
@@ -156,7 +135,7 @@
<artifactId>gitdescribe-maven-plugin</artifactId>
<version>1.3</version>
<configuration>
@@ -96,7 +95,7 @@ index d697ca1..5704b92 100644
<outputPostfix></outputPostfix>
</configuration>
<executions>
@@ -210,7 +201,7 @@
@@ -210,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>