diff options
| author | Keith Wall <kwall@apache.org> | 2014-03-18 11:31:52 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-03-18 11:31:52 +0000 |
| commit | e5e3a215f30176a60661ad263331df1f5f3f896d (patch) | |
| tree | 5f7b7f1eea736222e8cc7a76d8c7fc4ba5b48932 /qpid/java/pom.xml | |
| parent | 451d05e9b7e7cc8070482983e511d703b4a2961f (diff) | |
| parent | eba5294974fb2a73b4e765c74196ba4a63079f03 (diff) | |
| download | qpid-python-e5e3a215f30176a60661ad263331df1f5f3f896d.tar.gz | |
NO-JIRA: Merged changes from trunk with command:
svn merge https://svn.apache.org/repos/asf/qpid/trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1578827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 3c0ee07b1a..e4b02850e5 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -38,6 +38,13 @@ <url>http://svn.apache.org/viewvc/qpid/trunk/qpid/java</url> </scm> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>${project.baseUri}</url> + </site> + </distributionManagement> + <properties> <!-- javac source/target properties --> <java.source>1.6</java.source> @@ -101,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> @@ -323,6 +331,13 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>build/**</exclude> + <exclude>lib/**</exclude> + <exclude>test-profiles/test_resources/ssl/**</exclude> + </excludes> + </configuration> </plugin> </plugins> @@ -359,6 +374,15 @@ </reports> </reportSet> </reportSets> + <configuration> + <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <version>${maven-jxr-plugin-version}</version> </plugin> <plugin> @@ -371,6 +395,13 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>${apache-rat-plugin-version}</version> + <configuration> + <excludes> + <exclude>build/**</exclude> + <exclude>lib/**</exclude> + <exclude>test-profiles/test_resources/ssl/**</exclude> + </excludes> + </configuration> </plugin> </plugins> |
