Author: vkumar
Date: Sat May 16 21:29:32 2009
New Revision: 775534
URL: http://svn.apache.org/viewvc?rev=775534&view=rev
Log:
Adding Rat configuration
Modified:
portals/applications/demo/trunk/pom.xml
Modified: portals/applications/demo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=775534&r1=775533&r2=775534&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Sat May 16 21:29:32 2009
@@ -35,7 +35,7 @@
<properties>
<portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
-
<portals.applications.apa-gems.version>1.0-SNAPSHOT</portals.applications.apa-gems.version>
+
<portals.applications.apa-gems.version>1.0</portals.applications.apa-gems.version>
<velocity.version>1.5</velocity.version>
<velocity-tools.version>1.3</velocity-tools.version>
<org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
@@ -250,6 +250,25 @@
<profiles>
<profile>
+ <id>rat</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <excludes combine.children="append">
+ <!-- These files are based on MIT license -->
+ <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude>
+ <exclude>src/main/webapp/META-INF/ANTLR2-LICENSE</exclude>
+ <exclude>src/main/webapp/META-INF/ASM-LICENSE</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<id>apache-release</id>
<build>
<plugins>