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:07:04 UTC

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

Author: robbie
Date: Fri Aug  8 15:07:04 2014
New Revision: 1616794

URL: http://svn.apache.org/r1616794
Log:
QPID-5980: revert exclusion of selector parser from javadoc run, it is only emitting warnings

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=1616794&r1=1616793&r2=1616794&view=diff
==============================================================================
--- qpid/trunk/qpid/java/common/pom.xml (original)
+++ qpid/trunk/qpid/java/common/pom.xml Fri Aug  8 15:07:04 2014
@@ -52,7 +52,7 @@
     </dependency>
 
   </dependencies>
-
+   
   <build>
     <testResources>
         <testResource>
@@ -66,18 +66,6 @@
         </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