From 968e0576670e0a5a206a1fafc4ceebceb457d489 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 1 Nov 2014 18:36:58 -0400 Subject: [PATCH] Updating POM Change tabs to spaces Update to latest oss-parent version 9 Exclude from launch4j abeille as it contains two dependencies not available in central and not needed here for the build. Update maven-plugin-api to 3.2.3 Updated junit to 4.11 Updated maven compiler plugin to 3.2 Updated maven-project-info-reports-plugin to 2.7 Updated maven-javadoc-plugin to 2.10.1 Updated maven-surefire-report-plugin to 2.17 Updated maven-assembly-plugin to 2.5 --- pom.xml | 245 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 119 deletions(-) diff --git a/pom.xml b/pom.xml index a26eaa8..075e739 100644 --- a/pom.xml +++ b/pom.xml @@ -1,148 +1,155 @@ - - 4.0.0 + is free software; you can redistribute it and/or modify it under the terms + of the GNU General Public License as published by the Free Software Foundation; + either version 2 of the License, or (at your option) any later version. This + program is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program; if not, write to the Free Software Foundation, Inc., 51 Franklin + St, Fifth Floor, Boston, MA 02110-1301 USA --> + + 4.0.0 org.sonatype.oss oss-parent - 7 + 9 com.akathist.maven.plugins.launch4j - launch4j-maven-plugin - maven-plugin - 1.8-SNAPSHOT + launch4j-maven-plugin + maven-plugin + 1.8-SNAPSHOT Maven Launch4j Plugin - This plugin creates Windows executables from Java jar files using the Launch4j utility. - http://9stmaryrd.com/tools/launch4j-maven-plugin/ + This plugin creates Windows executables from Java jar files using the Launch4j utility. + http://9stmaryrd.com/tools/launch4j-maven-plugin/ 3.5.0 - - GNU General Public License - http://www.gnu.org/licenses/gpl.txt - repo - - + + GNU General Public License + http://www.gnu.org/licenses/gpl.txt + repo + + - - scm:git:git@github.com:lukaszlenart/launch4j-maven-plugin.git - HEAD - + + scm:git:git@github.com:lukaszlenart/launch4j-maven-plugin.git + HEAD + - - - net.sf.launch4j - launch4j - ${launch4j.version} - core + + + net.sf.launch4j + launch4j + ${launch4j.version} + core com.ibm.icu icu4j + + abeille + net.java.abeille + - - - org.apache.maven - maven-plugin-api - 3.0 - - - org.apache.maven - maven-artifact - 2.2.1 - - - org.apache.maven - maven-project - 2.2.1 - - - org.apache.maven - maven-plugin-descriptor - 2.2.0 - - - junit - junit - 4.8.2 - test - - + + + org.apache.maven + maven-plugin-api + 3.2.3 + + + org.apache.maven + maven-artifact + 2.2.1 + + + org.apache.maven + maven-project + 2.2.1 + + + org.apache.maven + maven-plugin-descriptor + 2.2.0 + + + junit + junit + 4.11 + test + + - - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - maven-assembly-plugin - - - dist-src - package - - attached - - - - src/main/assembly/src.xml - - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5 + + + dist-src + package + + attached + + + + ${project.basedir}/src/main/assembly/src.xml + + + + + + + - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.3.1 - - - - index - summary - license - dependencies - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.7.2 - - - + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + index + summary + license + dependencies + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.1 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.17 + + +