summaryrefslogtreecommitdiff
path: root/qpid/java/common
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common')
-rw-r--r--qpid/java/common/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml
index e3cf9cadd7..3ee3723989 100644
--- a/qpid/java/common/pom.xml
+++ b/qpid/java/common/pom.xml
@@ -52,7 +52,7 @@
</dependency>
</dependencies>
-
+
<build>
<testResources>
<testResource>
@@ -66,6 +66,18 @@
</testResource>
</testResources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!--JavaCC generated selector parser contains lots of incomplete JavaDoc, and lives in this package -->
+ <excludePackageNames>org.apache.qpid.filter.selector</excludePackageNames>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>