You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2014/04/07 07:12:16 UTC

svn commit: r1585384 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Mon Apr  7 05:12:16 2014
New Revision: 1585384

URL: http://svn.apache.org/r1585384
Log:
Exclude bindings from javadoc

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1585384&r1=1585383&r2=1585384&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Mon Apr  7 05:12:16 2014
@@ -288,6 +288,7 @@
                     </executions>
                     <configuration>
                         <attach>true</attach>
+                        <excludePackageNames>org.apache.xml.security.binding.*</excludePackageNames>
                     </configuration>
                 </plugin>
                 <plugin>