summaryrefslogtreecommitdiff
path: root/qpid/java/perftests
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/perftests')
-rw-r--r--qpid/java/perftests/pom.xml24
-rw-r--r--qpid/java/perftests/visualisation-jfc/pom.xml15
2 files changed, 6 insertions, 33 deletions
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml
index a83d5eb815..455c69beda 100644
--- a/qpid/java/perftests/pom.xml
+++ b/qpid/java/perftests/pom.xml
@@ -50,7 +50,6 @@
</dependency>
<!-- logging deps -->
-
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -152,21 +151,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-deploy-plugin</artifactId>
- <!--version specified via parent poms -->
+ <!--version specified in parent pluginManagement -->
<configuration>
<skip>true</skip>
</configuration>
@@ -175,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <!--version is specified in the parent poms -->
+ <!--version specified in parent pluginManagement -->
<configuration>
<descriptors>
<descriptor>src/main/assembly/qpid-perftests-bin.xml</descriptor>
@@ -195,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <!--version is specified in the parent poms -->
+ <!--version specified in parent pluginManagement -->
<executions>
<!-- copy the systests config files into the ${qpid.home}/etc
directory where the tests expect them -->
@@ -243,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <!--version is specified in the parent poms -->
+ <!--version specified in parent pluginManagement -->
<executions>
<execution>
<id>extract-broker-distribution</id>
@@ -271,7 +257,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <!--version is specified in the parent poms -->
+ <!--version specified in parent pluginManagement -->
<configuration>
<workingDirectory>${basedir}/..</workingDirectory>
<excludes>
diff --git a/qpid/java/perftests/visualisation-jfc/pom.xml b/qpid/java/perftests/visualisation-jfc/pom.xml
index 5d6c288a3e..5f0394f2f6 100644
--- a/qpid/java/perftests/visualisation-jfc/pom.xml
+++ b/qpid/java/perftests/visualisation-jfc/pom.xml
@@ -101,21 +101,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-deploy-plugin</artifactId>
- <!--version specified via parent poms -->
+ <!--version specified in parent pluginManagement -->
<configuration>
<skip>true</skip>
</configuration>