From 2d440ab5bab7180523f5c35c98dfd3ba37affdc2 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 16 Mar 2013 22:01:14 -0700 Subject: [PATCH] Cleaned up pom.xml. --- pom.xml | 127 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 103 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index a13d0df8..fb30ae3e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,9 @@ com.sk89q worldguard 5.7.3-SNAPSHOT + jar + + WorldGuard WorldGuard protects your Minecraft servers. @@ -13,15 +16,42 @@ License on all contributions + + + YouTrack + http://youtrack.sk89q.com + + + + Jenkins + http://build.sk89q.com + + scm:git:git://github.com/sk89q/worldguard.git + scm:git:git@github.com:sk89q/worldguard.git https://github.com/sk89q/worldguard master - scm:git:git@github.com:sk89q/worldguard.git - + + + + Developer Discussion + https://groups.google.com/d/forum/sk-dev-discuss + + + + + + sk89q-docs-upload + ftp://sk89q-maven-deploy/worldguard/ + + + + UTF-8 + sk89q-repo @@ -36,24 +66,30 @@ http://repo.bukkit.org/content/groups/public + com.sk89q worldedit - 5.5.3-SNAPSHOT + 5.5.3 compile + jar + org.bukkit bukkit 1.5-R0.1-SNAPSHOT compile + jar + com.sk89q commandbook 2.1 compile + jar com.zachsthings.libcomponents @@ -65,42 +101,45 @@ + com.nijikokun iconomy 5.0 compile + jar + org.khelekore prtree 1.5.0 compile + jar + net.sf.opencsv opencsv 2.0 compile + jar + junit junit 4.8.1 test + jar - - - sk89q-docs-upload - ftp://sk89q-maven-deploy/worldguard/ - - + install ${basedir}/src/main/java - + org.apache.maven.wagon wagon-ftp @@ -207,26 +246,27 @@ @{project.version} - + 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-project-info-reports-plugin + 2.5 + + + + license + index + + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -237,4 +277,43 @@ + + + + + attach-docs + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + attach-javadocs + + jar + + + + + + + +