summaryrefslogtreecommitdiff
path: root/java/qpid-test-utils
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-09-30 22:10:04 +0000
committerRobert Gemmell <robbie@apache.org>2013-09-30 22:10:04 +0000
commit4b9ca14e7c6a85c9d784c6b85e73582a5e8e9f44 (patch)
tree2e274582c930e5ee45566a71aff6022069ecc40f /java/qpid-test-utils
parent3adb33e5d2c20b1853ae8d7434bc38ec12d46275 (diff)
downloadqpid-python-4b9ca14e7c6a85c9d784c6b85e73582a5e8e9f44.tar.gz
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/qpid@1527797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/qpid-test-utils')
-rw-r--r--java/qpid-test-utils/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/qpid-test-utils/pom.xml b/java/qpid-test-utils/pom.xml
index 9173978764..6ab08c90d6 100644
--- a/java/qpid-test-utils/pom.xml
+++ b/java/qpid-test-utils/pom.xml
@@ -50,20 +50,6 @@
</dependencies>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <!--version specified via parent poms -->
- <configuration>
- <source>${java.source}</source>
- <target>${java.target}</target>
- <optimize>true</optimize>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- </configuration>
- </plugin>
- </plugins>
</build>
</project>