From 8bd7f75a6dbd7bddf2eb76475b41fde33cde137c Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Thu, 11 Oct 2012 22:30:46 +0200 Subject: [PATCH] Updating POM to use Sonatype Nexus OSS. --- ProtocolLib/dependency-reduced-pom.xml | 325 ++++++++++++------------- ProtocolLib/pom.xml | 22 +- 2 files changed, 168 insertions(+), 179 deletions(-) diff --git a/ProtocolLib/dependency-reduced-pom.xml b/ProtocolLib/dependency-reduced-pom.xml index 4a070d3e..74cdaaca 100644 --- a/ProtocolLib/dependency-reduced-pom.xml +++ b/ProtocolLib/dependency-reduced-pom.xml @@ -1,165 +1,160 @@ - - - 4.0.0 - com.comphenix.protocol - ProtocolLib - ProtocolLib - 1.3.1 - Provides read/write access to the Minecraft protocol. - http://dev.bukkit.org/server-mods/protocollib/ - - - aadnk - Kristian S. Stangeland - kr_stang@hotmail.com - http://comphenix.net/ - - developer - maintainer - - 1 - - - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - http://www.gnu.org/licenses/gpl-2.0.txt - repo - - - - scm:git:git://github.com/aadnk/ProtocolLib.git - scm:git:git@github.com:aadnk/ProtocolLib.git - https://github.com/aadnk/ProtocolLib - - - src/main/java - src/test/java - - - src/main/java - - **/*.java - - - - - - maven-shade-plugin - 2.0 - - - package - - shade - - - - - org.bukkit:craftbukkit - junit:junit - - - - - - - - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - - - - release-sign-artifacts - - - - maven-source-plugin - 2.2 - - - attach-sources - - jar - - - - - - maven-javadoc-plugin - 2.9 - - - attach-javadocs - - jar - - - - - - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - - - - bukkit-rep - http://repo.bukkit.org/content/groups/public - - - - - org.bukkit - craftbukkit - 1.3.2-R1.0 - compile - - - junit - junit - 4.10 - test - - - hamcrest-core - org.hamcrest - - - - - - - comphenix-releases - Comphenix Maven Releases - http://comphenix.net/maven/content/repositories/releases/ - - - comphenix-snapshots - Comphenix Maven Snapshots - http://comphenix.net/maven/content/repositories/snapshots/ - - - - UTF-8 - - - + + + + oss-parent + org.sonatype.oss + 7 + ../pom.xml/pom.xml + + 4.0.0 + com.comphenix.protocol + ProtocolLib + ProtocolLib + 1.3.1 + Provides read/write access to the Minecraft protocol. + http://dev.bukkit.org/server-mods/protocollib/ + + + aadnk + Kristian S. Stangeland + kr_stang@hotmail.com + http://comphenix.net/ + + developer + maintainer + + 1 + + + + + GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + http://www.gnu.org/licenses/gpl-2.0.txt + repo + + + + scm:git:git://github.com/aadnk/ProtocolLib.git + scm:git:git@github.com:aadnk/ProtocolLib.git + https://github.com/aadnk/ProtocolLib + + + src/main/java + src/test/java + clean install + + + src/main/java + + **/*.java + + + + + + maven-shade-plugin + 2.0 + + + package + + shade + + + + + org.bukkit:craftbukkit + junit:junit + + + + + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + + + release-sign-artifacts + + + + maven-source-plugin + 2.2 + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + + bukkit-rep + http://repo.bukkit.org/content/groups/public + + + + + org.bukkit + craftbukkit + 1.3.2-R1.0 + compile + + + junit + junit + 4.10 + test + + + hamcrest-core + org.hamcrest + + + + + + UTF-8 + + + diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 709277a0..7e05889c 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -10,27 +10,21 @@ UTF-8 - - - comphenix-releases - Comphenix Maven Releases - http://comphenix.net/maven/content/repositories/releases/ - - - comphenix-snapshots - Comphenix Maven Snapshots - http://comphenix.net/maven/content/repositories/snapshots/ - - - + + org.sonatype.oss + oss-parent + 7 + + bukkit-rep http://repo.bukkit.org/content/groups/public - + + clean install src/main/java src/test/java