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/broker-plugins/access-control/pom.xml | 15 --------------- qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml | 14 -------------- qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml | 14 -------------- qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml | 14 -------------- .../broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml | 14 -------------- .../broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml | 14 -------------- .../java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml | 14 -------------- qpid/java/broker-plugins/derby-store/pom.xml | 14 -------------- qpid/java/broker-plugins/jdbc-provider-bone/pom.xml | 14 -------------- qpid/java/broker-plugins/jdbc-store/pom.xml | 14 -------------- qpid/java/broker-plugins/management-http/pom.xml | 15 +-------------- qpid/java/broker-plugins/management-jmx/pom.xml | 14 -------------- qpid/java/broker-plugins/memory-store/pom.xml | 16 ---------------- 13 files changed, 1 insertion(+), 185 deletions(-) (limited to 'qpid/java/broker-plugins') diff --git a/qpid/java/broker-plugins/access-control/pom.xml b/qpid/java/broker-plugins/access-control/pom.xml index b8d601d6f2..93b83897f3 100644 --- a/qpid/java/broker-plugins/access-control/pom.xml +++ b/qpid/java/broker-plugins/access-control/pom.xml @@ -71,21 +71,6 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml b/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml index 16a27d2b1c..c3aeb7c93a 100644 --- a/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml +++ b/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml @@ -53,20 +53,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml b/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml index 762e61a341..23af0e6502 100644 --- a/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml +++ b/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml @@ -53,20 +53,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml b/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml index c31b414bce..2825d3846e 100644 --- a/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml +++ b/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml @@ -44,20 +44,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml index 3f290849b3..9bf96cb6bd 100644 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml +++ b/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml @@ -65,20 +65,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml index 7afd15f096..afbfc7dab0 100644 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml +++ b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml @@ -58,20 +58,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml index b717117188..9007b0a47a 100644 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml +++ b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml @@ -65,20 +65,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/derby-store/pom.xml b/qpid/java/broker-plugins/derby-store/pom.xml index 155fd62bc1..b491ce4b02 100644 --- a/qpid/java/broker-plugins/derby-store/pom.xml +++ b/qpid/java/broker-plugins/derby-store/pom.xml @@ -60,20 +60,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml b/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml index 990cf8d684..2ed148be25 100644 --- a/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml +++ b/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml @@ -59,20 +59,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/jdbc-store/pom.xml b/qpid/java/broker-plugins/jdbc-store/pom.xml index edb6416c25..3b7926ed82 100644 --- a/qpid/java/broker-plugins/jdbc-store/pom.xml +++ b/qpid/java/broker-plugins/jdbc-store/pom.xml @@ -60,20 +60,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/management-http/pom.xml b/qpid/java/broker-plugins/management-http/pom.xml index eb5ace88da..f7942f85fa 100644 --- a/qpid/java/broker-plugins/management-http/pom.xml +++ b/qpid/java/broker-plugins/management-http/pom.xml @@ -173,23 +173,10 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - org.apache.maven.plugins maven-dependency-plugin - 2.8 + unpack-dojo diff --git a/qpid/java/broker-plugins/management-jmx/pom.xml b/qpid/java/broker-plugins/management-jmx/pom.xml index 01b50a65e2..a55ba64ef1 100644 --- a/qpid/java/broker-plugins/management-jmx/pom.xml +++ b/qpid/java/broker-plugins/management-jmx/pom.xml @@ -52,20 +52,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - diff --git a/qpid/java/broker-plugins/memory-store/pom.xml b/qpid/java/broker-plugins/memory-store/pom.xml index 3cd916f07b..a0cba5d38d 100644 --- a/qpid/java/broker-plugins/memory-store/pom.xml +++ b/qpid/java/broker-plugins/memory-store/pom.xml @@ -37,22 +37,6 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - - -- cgit v1.2.1