summaryrefslogtreecommitdiff
path: root/qpid/java/qpid-systests-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/qpid-systests-parent/pom.xml')
-rw-r--r--qpid/java/qpid-systests-parent/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/java/qpid-systests-parent/pom.xml b/qpid/java/qpid-systests-parent/pom.xml
index d5d3d60198..d59e373ed4 100644
--- a/qpid/java/qpid-systests-parent/pom.xml
+++ b/qpid/java/qpid-systests-parent/pom.xml
@@ -229,6 +229,13 @@
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!--The systests arent currently deployed, and their javadoc is rather broken anyway -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>