You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/08/08 17:06:55 UTC

svn commit: r1616793 - /qpid/trunk/qpid/java/common/pom.xml

Author: robbie
Date: Fri Aug  8 15:06:55 2014
New Revision: 1616793

URL: http://svn.apache.org/r1616793
Log:
QPID-5980: exclude selector parser from javadoc, its full of generated incomplete javadoc

Modified:
    qpid/trunk/qpid/java/common/pom.xml

Modified: qpid/trunk/qpid/java/common/pom.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/common/pom.xml?rev=1616793&r1=1616792&r2=1616793&view=diff
==============================================================================
--- qpid/trunk/qpid/java/common/pom.xml (original)
+++ qpid/trunk/qpid/java/common/pom.xml Fri Aug  8 15:06:55 2014
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org