From 3d462f29b5508d045fec1918406a8c3f367ce02a Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 3 Feb 2014 20:07:46 -0600 Subject: [PATCH] Updated maven release configuration --- pom.xml | 64 +++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index c257c0534..6a897255c 100644 --- a/pom.xml +++ b/pom.xml @@ -108,17 +108,23 @@ default-compile - - ${bootclasspath.compile} - + + -Xlint + -Xlint:-serial + -bootclasspath + ${bootclasspath.compile} + default-testCompile - - ${bootclasspath.testCompile} - + + -Xlint + -Xlint:-serial + -bootclasspath + ${bootclasspath.testCompile} + @@ -135,35 +141,15 @@ maven-compiler-plugin 3.1 - src true true + 1.6 + 1.6 + + -Xlint + -Xlint:-serial + - - - - default-compile - - 1.6 - 1.6 - -Xlint:-serial - - - - - - - default-testCompile - - 1.6 - 1.6 - -Xlint:-serial - - - - - - @@ -182,7 +168,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.15 + 2.16 @@ -196,7 +182,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 + 2.9.1 true @@ -208,6 +194,16 @@ 1.4 + + + org.apache.maven.plugins + maven-release-plugin + + 2.4.2 + + -Psonatype-oss-release ${release.arguments} + +