Author: rombert
Date: Thu Jun 25 15:20:14 2015
New Revision: 1687552
URL: http://svn.apache.org/r1687552
Log:
Update rat exclusions
Modified:
sling/trunk/samples/mail-archive/james-wrapper/pom.xml
Modified: sling/trunk/samples/mail-archive/james-wrapper/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/james-wrapper/pom.xml?rev=1687552&r1=1687551&r2=1687552&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/james-wrapper/pom.xml (original)
+++ sling/trunk/samples/mail-archive/james-wrapper/pom.xml Thu Jun 25 15:20:14
2015
@@ -57,6 +57,15 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/test/resources/test-1/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>