Author: ate
Date: Mon May 11 21:58:54 2009
New Revision: 773703
URL: http://svn.apache.org/viewvc?rev=773703&view=rev
Log:
PORTALS-14: fixing rat-plugin by excluding maven-r-r-plugin trivial NOTICE.vm
src and temporary file velocity.log
Modified:
portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
Modified: portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-2.0/pom.xml?rev=773703&r1=773702&r2=773703&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-2.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-2.0/pom.xml Mon May 11 21:58:54 2009
@@ -87,6 +87,18 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- Used by maven-remote-resources-plugin -->
+ <exclude>src/main/appended-resources/META-INF/*</exclude>
+ <!-- Generated by maven-remote-resources-plugin -->
+ <exclude>velocity.log</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>