You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2009/05/16 23:36:54 UTC

svn commit: r775539 - /portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml

Author: ate
Date: Sat May 16 21:36:54 2009
New Revision: 775539

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

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

Modified: portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml?rev=775539&r1=775538&r2=775539&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml Sat May 16 21:36:54 2009
@@ -103,5 +103,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>
\ No newline at end of file