summaryrefslogtreecommitdiff
path: root/qpid/java/common
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-08-08 15:06:55 +0000
committerRobert Gemmell <robbie@apache.org>2014-08-08 15:06:55 +0000
commit53665e4b51e16918dc75a01270d9892a7f419d85 (patch)
treecb4ab5f69ef8b25ff588b048b03278bfbb450542 /qpid/java/common
parente8b1a8ba51972ff290872917b954428378ea2a38 (diff)
downloadqpid-python-53665e4b51e16918dc75a01270d9892a7f419d85.tar.gz
QPID-5980: exclude selector parser from javadoc, its full of generated incomplete javadoc
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616793 13f79535-47bb-0310-9956-ffa450edef68
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>