From be29f48e9e9f45023ce1b2da745cb315f1c3cf6c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 25 Jun 2014 12:53:58 -0700 Subject: [PATCH] A couple of POM tweaks. - bump compiler plugin to 3.1 and fix wonky arg passing - bump lgo4j 2.0 depend to rc2 --- pom.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 300e60fe..08bb6d26 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ org.apache.logging.log4j log4j-api - 2.0-rc1 + 2.0-rc2 compile true @@ -112,21 +112,26 @@ ${basedir}/src/main/resources + org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 - 1.5 - 1.5 + 1.6 + 1.6 true true true - - -Xlint" "-Xlint:-serial" "-Xlint:-path + + -Xlint + -Xlint:-serial + -Xlint:-path + + org.apache.maven.plugins maven-resources-plugin @@ -135,6 +140,7 @@ UTF-8 + org.apache.maven.plugins maven-surefire-plugin @@ -155,6 +161,7 @@ + org.apache.maven.plugins maven-javadoc-plugin @@ -168,21 +175,25 @@ + org.apache.maven.plugins maven-jar-plugin 2.3.1 + org.apache.maven.plugins maven-install-plugin 2.3.1 + org.apache.maven.plugins maven-deploy-plugin 2.5 + org.sonatype.plugins nexus-staging-maven-plugin