summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-03-14 16:10:48 +0000
committerRobert Gemmell <robbie@apache.org>2014-03-14 16:10:48 +0000
commitba4572050594b10916304b61e4b80e5ec28fae74 (patch)
tree1c2dc08470fa68c70a354e85765bb40134b1ab8d /java/pom.xml
parent969f92e501905559843e4949b23b3ab47e335fbc (diff)
downloadqpid-python-ba4572050594b10916304b61e4b80e5ec28fae74.tar.gz
QPID-5048: surefire, site, coverage and jxr config
Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1577595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 7f2e2d8fda..d5b8921fc4 100644
--- a/java/pom.xml
+++ b/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>
@@ -359,6 +366,14 @@
</reports>
</reportSet>
</reportSets>
+ <configuration>
+ <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>