From 95d6ae64750e8882b221011fa7f9ee1900a5528f Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 10 Aug 2012 23:41:10 -0700 Subject: [PATCH] Updated pom.xml for license, distributionManagement, maven-site-plugin. --- pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 90d35c254..cadd78677 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,5 @@ - - + 4.0.0 com.sk89q worldedit @@ -11,20 +7,27 @@ WorldEdit WorldEdit allows for editing the Minecraft SMP world en-masse, de-griefing, and fixing issues. - - UTF-8 - - + + + GNU General Public License 2.0 + LICENSE.txt + repo + License on all contributions + + scm:git:git://github.com/sk89q/worldedit.git https://github.com/sk89q/worldedit + master scm:git:git@github.com:sk89q/worldedit.git - + + UTF-8 + - sk89q-mvn2 - http://mvn2.sk89q.com/repo + sk89q-repo + http://maven.sk89q.com/repo/ bukkit-repo @@ -35,7 +38,6 @@ http://repo.spout.org/ - @@ -45,7 +47,7 @@ 1.6 true - + org.bukkit @@ -53,21 +55,21 @@ 1.2.5-R4.1-SNAPSHOT true - + de.schlichtherle truezip 6.8.3 - + rhino js 1.7R2 - + @@ -78,14 +80,13 @@ jar compile - org.mockito mockito-core 1.9.0-rc1 test - + org.spout @@ -100,7 +101,12 @@ true - + + + sk89q-docs-upload + ftp://sk89q-maven-deploy/worldedit/ + + ${basedir}/src/main/java/ @@ -216,6 +222,35 @@ + + + + org.apache.maven.plugins + maven-site-plugin + 3.1 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + + license + index + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + +