summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/pom.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-03-16 19:43:56 +0000
committerRobert Gemmell <robbie@apache.org>2014-03-16 19:43:56 +0000
commite79af8bf370cefde46fbaf89ed158047c7ca2947 (patch)
tree5d5e9084e07eaeb0f2fcd3f57b4babbcee301363 /qpid/java/perftests/pom.xml
parent5b35067e10c6521b9d8866b9a01e6ace3f68a3bd (diff)
downloadqpid-python-e79af8bf370cefde46fbaf89ed158047c7ca2947.tar.gz
QPID-5048: split out systests from perftests and add rat plugin config
Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/pom.xml')
-rw-r--r--qpid/java/perftests/pom.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml
index 9fc1c95848..c21e2d6c63 100644
--- a/qpid/java/perftests/pom.xml
+++ b/qpid/java/perftests/pom.xml
@@ -20,19 +20,14 @@
<parent>
<groupId>org.apache.qpid</groupId>
- <artifactId>qpid-systests-parent</artifactId>
+ <artifactId>qpid-java-build</artifactId>
<version>0.28-SNAPSHOT</version>
- <relativePath>../qpid-systests-parent/pom.xml</relativePath>
</parent>
<artifactId>qpid-perftests</artifactId>
<name>Qpid Performance Tests</name>
<description>Performance testing configuration, code and tests</description>
- <properties>
- <test.systest.resource.directory>${basedir}/../systests</test.systest.resource.directory>
- </properties>
-
<dependencies>
<!-- client deps -->
<dependency>
@@ -77,13 +72,6 @@
<!-- test deps -->
<dependency>
<groupId>org.apache.qpid</groupId>
- <artifactId>qpid-systests</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.qpid</groupId>
<artifactId>qpid-test-utils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
@@ -91,6 +79,19 @@
</dependencies>
<build>
+
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>src/main/java</directory>
+ <excludes>
+ <exclude>**/*.java/</exclude>
+ </excludes>
+ </resource>
+ </resources>
+
<testResources>
<testResource>
<directory>src/test/java</directory>