summaryrefslogtreecommitdiff
path: root/qpid/java/management/example
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/management/example')
-rw-r--r--qpid/java/management/example/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/qpid/java/management/example/pom.xml b/qpid/java/management/example/pom.xml
index 351d19aef5..c5fd6566d8 100644
--- a/qpid/java/management/example/pom.xml
+++ b/qpid/java/management/example/pom.xml
@@ -40,21 +40,8 @@
<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>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <!--version specified via parent poms -->
+ <!--version specified in parent pluginManagement -->
<configuration>
<skip>true</skip>
</configuration>