summaryrefslogtreecommitdiff
path: root/qpid/java/jca
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/jca')
-rw-r--r--qpid/java/jca/pom.xml14
-rw-r--r--qpid/java/jca/rar/pom.xml15
2 files changed, 1 insertions, 28 deletions
diff --git a/qpid/java/jca/pom.xml b/qpid/java/jca/pom.xml
index 5c21dfc551..f1c4ec5de3 100644
--- a/qpid/java/jca/pom.xml
+++ b/qpid/java/jca/pom.xml
@@ -108,20 +108,6 @@
</dependencies>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <!--version is specified in the 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>
diff --git a/qpid/java/jca/rar/pom.xml b/qpid/java/jca/rar/pom.xml
index 936ce4d57d..ea8a4c9143 100644
--- a/qpid/java/jca/rar/pom.xml
+++ b/qpid/java/jca/rar/pom.xml
@@ -54,21 +54,8 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <!--version is specified in the parent poms -->
- <configuration>
- <source>${java.source}</source>
- <target>${java.target}</target>
- <optimize>true</optimize>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-rar-plugin</artifactId>
- <version>2.3</version>
+ <!--version specified in parent pluginManagement -->
<configuration>
<raXmlFile>src/main/resources/META-INF/ra.xml</raXmlFile>
<rarSourceDirectory>src/main/resources</rarSourceDirectory>