Author: ate
Date: Sat May 16 21:46:50 2009
New Revision: 775546

URL: http://svn.apache.org/viewvc?rev=775546&view=rev
Log:
APA-13: fixing rat-plugin configuration to exclude redistribution LICENSE files

Modified:
    portals/applications/webcontent/trunk/webcontent-war/pom.xml

Modified: portals/applications/webcontent/trunk/webcontent-war/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/pom.xml?rev=775546&r1=775545&r2=775546&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-war/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-war/pom.xml Sat May 16 
21:46:50 2009
@@ -124,5 +124,24 @@
     </plugins>
 
   </build>
-
+  
+  <profiles>
+    <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>rat-maven-plugin</artifactId>            
+            <configuration>
+              <excludes combine.children="append">
+                <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
 </project>


Reply via email to