diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-03-16 19:43:56 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-03-16 19:43:56 +0000 |
| commit | e79af8bf370cefde46fbaf89ed158047c7ca2947 (patch) | |
| tree | 5d5e9084e07eaeb0f2fcd3f57b4babbcee301363 /qpid/java/pom.xml | |
| parent | 5b35067e10c6521b9d8866b9a01e6ace3f68a3bd (diff) | |
| download | qpid-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/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 3f3577d93a..b9b7eafac1 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -108,6 +108,7 @@ <module>qpid-test-utils</module> <module>systests</module> <module>perftests</module> + <module>qpid-perftests-systests</module> <module>perftests/visualisation-jfc</module> <module>bdbstore</module> @@ -330,6 +331,15 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>build/**</exclude> + <exclude>resources/**</exclude> + <exclude>test-profiles/**</exclude> + <exclude>release-docs/**</exclude> + <exclude>lib/**</exclude> + </excludes> + </configuration> </plugin> </plugins> @@ -387,6 +397,15 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>${apache-rat-plugin-version}</version> + <configuration> + <excludes> + <exclude>build/**</exclude> + <exclude>resources/**</exclude> + <exclude>test-profiles/**</exclude> + <exclude>release-docs/**</exclude> + <exclude>lib/**</exclude> + </excludes> + </configuration> </plugin> </plugins> |
