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/tools/pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'qpid/java/tools') diff --git a/qpid/java/tools/pom.xml b/qpid/java/tools/pom.xml index daa0973c1a..9c55a9e0f9 100644 --- a/qpid/java/tools/pom.xml +++ b/qpid/java/tools/pom.xml @@ -51,23 +51,10 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java.source} - ${java.target} - true - true - true - - - org.apache.maven.plugins maven-deploy-plugin - + true -- cgit v1.2.1