You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/03/30 08:41:09 UTC

svn commit: r1086856 - /directory/shared/trunk/pom.xml

Author: felixk
Date: Wed Mar 30 06:41:09 2011
New Revision: 1086856

URL: http://svn.apache.org/viewvc?rev=1086856&view=rev
Log:
Fix exclude path for *.ldif when rat plugin is run by maven-site-plugin

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1086856&r1=1086855&r2=1086856&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Wed Mar 30 06:41:09 2011
@@ -304,8 +304,8 @@
                   <!-- Missing license header in dependency reduced pom, see http://jira.codehaus.org/browse/MSHADE-48 -->
                   <exclude>**/dependency-reduced-pom.xml</exclude>
                   <!-- Generated ldif files -->
-                  <exclude>ldap-schema/src/main/resources/schema/**</exclude>
-                  <exclude>ldap-schema/src/main/resources/schema-all.ldif</exclude>
+                  <exclude>ldap/schema/data/src/main/resources/schema/**</exclude>
+                  <exclude>ldap/schema/data/src/main/resources/schema-all.ldif</exclude>
                   <exclude>src/main/resources/schema/**</exclude>
                   <exclude>src/main/resources/schema-all.ldif</exclude>
                   <!-- Files having a Bouncy Castle license -->