You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2011/06/23 10:14:35 UTC

svn commit: r1138760 - /directory/documentation/apacheds-manuals/trunk/pom.xml

Author: akarasulu
Date: Thu Jun 23 08:14:35 2011
New Revision: 1138760

URL: http://svn.apache.org/viewvc?rev=1138760&view=rev
Log:
ignore some complaints from the rat plugin

Modified:
    directory/documentation/apacheds-manuals/trunk/pom.xml

Modified: directory/documentation/apacheds-manuals/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/pom.xml?rev=1138760&r1=1138759&r2=1138760&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/pom.xml (original)
+++ directory/documentation/apacheds-manuals/trunk/pom.xml Thu Jun 23 08:14:35 2011
@@ -53,6 +53,41 @@ under the License.
   </distributionManagement>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludeSubProjects>false</excludeSubProjects>
+            <excludes>
+              <!-- MAVEN_DEFAULT_EXCLUDES -->
+              <exclude>**/target/**/*</exclude>
+              <exclude>**/cobertura.ser</exclude>
+              <!-- ECLIPSE_DEFAULT_EXCLUDES -->
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/.settings/**/*</exclude>
+              <!-- IDEA_DEFAULT_EXCLUDES -->
+              <exclude>**/*.iml</exclude>
+              <exclude>**/*.ipr</exclude>
+              <exclude>**/*.iws</exclude>
+              <!-- MANIFEST_MF_EXCLUDES -->
+              <exclude>**/MANIFEST.MF</exclude>
+              <!-- Missing license header in dependency reduced pom, see http://jira.codehaus.org/browse/MSHADE-48 -->
+              <exclude>**/dependency-reduced-pom.xml</exclude>
+              <!-- LDIF_FILES_EXCLUDES -->
+              <exclude>**/*.ldif</exclude>
+              <exclude>**/*.schema</exclude>
+              <exclude>**/*.css</exclude>
+              <!-- LOG_FILES_EXCLUDES -->
+              <exclude>**/*.log</exclude>
+            </excludes>
+          </configuration>
+         </plugin>
+      </plugins>
+    </pluginManagement>
+
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>