From ef96e43a97cd05ebc88ba5b67d1d97554aade6c2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 8 May 2011 15:57:17 +0100 Subject: [PATCH] Correct POM.xml formatting. --- pom.xml | 128 ++++++++++++++++++++++++++------------------------------ 1 file changed, 60 insertions(+), 68 deletions(-) diff --git a/pom.xml b/pom.xml index 996b1ff..2758ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,40 +18,38 @@ git://github.com/nikdoof/bukkitxmpp.git - - - - false - - central - libs-release - http://repo.bukkit.org/artifactory/libs-release - - - - snapshots - libs-snapshot - http://repo.bukkit.org/artifactory/libs-snapshot - - - - - - false - - central - plugins-release - http://repo.bukkit.org/artifactory/plugins-release - - - - snapshots - plugins-snapshot - http://repo.bukkit.org/artifactory/plugins-snapshot - - - - + + + + false + + central + libs-release + http://repo.bukkit.org/artifactory/libs-release + + + + snapshots + libs-snapshot + http://repo.bukkit.org/artifactory/libs-snapshot + + + + + + false + + central + plugins-release + http://repo.bukkit.org/artifactory/plugins-release + + + + snapshots + plugins-snapshot + http://repo.bukkit.org/artifactory/plugins-snapshot + + org.bukkit @@ -71,40 +69,34 @@ compile - - - - - - - clean install - - - org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - - BukkitXMPP - ${describe} - Matalok - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - - - - - + clean install + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + BukkitXMPP + ${describe} + Matalok + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + \ No newline at end of file