From 499269cd18d32d685b9ec5c9acacbbcf1b47d4f6 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 30 Sep 2013 22:10:04 +0000 Subject: QPID-5048: add pluginManagement section to the qpid parent, to override apache parent versions as desired and set any additional config. Sets the compiler source+target values in parent and removes unecessary duplicate compiler plugin config from child modules. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527797 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/bdbstore/jmx/pom.xml | 14 -------------- qpid/java/bdbstore/pom.xml | 14 -------------- qpid/java/bdbstore/systests/pom.xml | 21 +++------------------ 3 files changed, 3 insertions(+), 46 deletions(-) (limited to 'qpid/java/bdbstore') diff --git a/qpid/java/bdbstore/jmx/pom.xml b/qpid/java/bdbstore/jmx/pom.xml index 7ac68d2d02..243903c8c4 100644 --- a/qpid/java/bdbstore/jmx/pom.xml +++ b/qpid/java/bdbstore/jmx/pom.xml @@ -74,20 +74,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index 8df390c9bd..34b108d6d7 100644 --- a/qpid/java/bdbstore/pom.xml +++ b/qpid/java/bdbstore/pom.xml @@ -87,20 +87,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index da7cf1acb3..3b7aa61943 100644 --- a/qpid/java/bdbstore/systests/pom.xml +++ b/qpid/java/bdbstore/systests/pom.xml @@ -94,23 +94,10 @@ src/main/java - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - org.apache.maven.plugins maven-surefire-plugin - + ${basedir}/../.. + @@ -183,7 +169,7 @@ org.apache.maven.plugins maven-dependency-plugin - + extract-broker-distribution @@ -207,7 +193,6 @@ - -- cgit v1.2.1