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/common/pom.xml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'qpid/java/common') diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index bf944df901..437127af82 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -72,23 +72,10 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - org.apache.maven.plugins maven-antrun-plugin - + amqp-0-8-generated @@ -142,7 +129,7 @@ org.codehaus.mojo javacc-maven-plugin - 2.6 + jms-selector-generated -- cgit v1.2.1