2013-03-17 02:27:11 +01:00
|
|
|
From a79a8eef650434b3171e78bf2d3fd9741c5d076a Mon Sep 17 00:00:00 2001
|
2013-02-02 23:38:54 +01:00
|
|
|
From: md_5 <md_5@live.com.au>
|
2013-02-02 23:48:23 +01:00
|
|
|
Date: Sun, 3 Feb 2013 09:44:24 +1100
|
2013-02-02 23:38:54 +01:00
|
|
|
Subject: [PATCH] POM Changes.
|
|
|
|
|
|
|
|
---
|
2013-03-17 02:27:11 +01:00
|
|
|
pom.xml | 61 ++++++++++++++++++++++++-------------------------------------
|
|
|
|
1 file changed, 24 insertions(+), 37 deletions(-)
|
2013-02-02 23:38:54 +01:00
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2013-03-17 02:27:11 +01:00
|
|
|
index 5a74ee9..026700f 100644
|
2013-02-02 23:38:54 +01:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2013-02-02 23:54:16 +01:00
|
|
|
@@ -1,12 +1,20 @@
|
2013-02-02 23:38:54 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
- <groupId>org.bukkit</groupId>
|
|
|
|
- <artifactId>craftbukkit</artifactId>
|
2013-02-02 23:54:16 +01:00
|
|
|
+
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot-parent</artifactId>
|
|
|
|
+ <version>dev-SNAPSHOT</version>
|
|
|
|
+ <relativePath>../pom.xml</relativePath>
|
|
|
|
+ </parent>
|
|
|
|
+
|
2013-02-02 23:38:54 +01:00
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2013-03-15 22:35:56 +01:00
|
|
|
<version>1.5-R0.1-SNAPSHOT</version>
|
2013-02-02 23:38:54 +01:00
|
|
|
- <name>CraftBukkit</name>
|
|
|
|
- <url>http://www.bukkit.org</url>
|
|
|
|
+ <name>Spigot</name>
|
|
|
|
+ <url>http://www.spigotmc.org</url>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2013-02-02 23:54:16 +01:00
|
|
|
@@ -16,25 +24,6 @@
|
2013-03-15 22:35:56 +01:00
|
|
|
<minecraft_version>1_5_R1</minecraft_version>
|
2013-02-02 23:38:54 +01:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
- <scm>
|
|
|
|
- <connection>scm:git:git://github.com/Bukkit/CraftBukkit.git</connection>
|
|
|
|
- <developerConnection>scm:git:ssh://git@github.com/Bukkit/CraftBukkit.git</developerConnection>
|
|
|
|
- <url>https://github.com/Bukkit/CraftBukkit</url>
|
|
|
|
- </scm>
|
2013-02-02 23:48:23 +01:00
|
|
|
-
|
|
|
|
- <distributionManagement>
|
|
|
|
- <repository>
|
2013-02-02 23:38:54 +01:00
|
|
|
- <id>repobo-rel</id>
|
|
|
|
- <name>repo.bukkit.org Releases</name>
|
|
|
|
- <url>http://repo.bukkit.org/content/repositories/releases/</url>
|
2013-02-02 23:48:23 +01:00
|
|
|
- </repository>
|
|
|
|
- <snapshotRepository>
|
2013-02-02 23:38:54 +01:00
|
|
|
- <id>repobo-snap</id>
|
|
|
|
- <name>repo.bukkit.org Snapshots</name>
|
|
|
|
- <url>http://repo.bukkit.org/content/repositories/snapshots/</url>
|
2013-02-02 23:48:23 +01:00
|
|
|
- </snapshotRepository>
|
|
|
|
- </distributionManagement>
|
|
|
|
-
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>repobo-snap</id>
|
2013-02-02 23:54:16 +01:00
|
|
|
@@ -42,17 +31,10 @@
|
2013-02-02 23:38:54 +01:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
- <pluginRepositories>
|
|
|
|
- <pluginRepository>
|
|
|
|
- <id>bukkit-plugins</id>
|
|
|
|
- <url>http://repo.bukkit.org/content/groups/public</url>
|
|
|
|
- </pluginRepository>
|
|
|
|
- </pluginRepositories>
|
|
|
|
-
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
- <groupId>org.bukkit</groupId>
|
|
|
|
- <artifactId>bukkit</artifactId>
|
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot-api</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2013-03-17 02:27:11 +01:00
|
|
|
@@ -145,18 +127,23 @@
|
2013-02-02 23:38:54 +01:00
|
|
|
<version>1.3</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.sf.trove4j</groupId>
|
|
|
|
+ <artifactId>trove4j</artifactId>
|
|
|
|
+ <version>3.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
2013-03-07 07:45:12 +01:00
|
|
|
<build>
|
|
|
|
- <defaultGoal>clean install</defaultGoal>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
+ <defaultGoal>install</defaultGoal>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
<groupId>com.lukegb.mojo</groupId>
|
2013-02-02 23:38:54 +01:00
|
|
|
<artifactId>gitdescribe-maven-plugin</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
<configuration>
|
|
|
|
- <outputPrefix>git-Bukkit-</outputPrefix>
|
|
|
|
+ <outputPrefix>git-Spigot-</outputPrefix>
|
|
|
|
<outputPostfix></outputPostfix>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
2013-03-17 02:27:11 +01:00
|
|
|
@@ -210,7 +197,7 @@
|
2013-02-02 23:38:54 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
- <version>1.4</version>
|
|
|
|
+ <version>2.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
--
|
|
|
|
1.8.1-rc2
|
|
|
|
|