Author: rombert
Date: Thu Jun 25 15:13:17 2015
New Revision: 1687547
URL: http://svn.apache.org/r1687547
Log:
Update rat exclude rules
Modified:
sling/trunk/bundles/jcr/contentloader/pom.xml
sling/trunk/testing/mocks/osgi-mock/pom.xml
sling/trunk/testing/mocks/sling-mock-oak/pom.xml
Modified: sling/trunk/bundles/jcr/contentloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentloader/pom.xml?rev=1687547&r1=1687546&r2=1687547&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/contentloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/contentloader/pom.xml Thu Jun 25 15:13:17 2015
@@ -83,6 +83,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
+ <exclude>**/*.json</exclude>
<exclude>src/test/resources/reader/testfile.txt</exclude>
</excludes>
</configuration>
Modified: sling/trunk/testing/mocks/osgi-mock/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/osgi-mock/pom.xml?rev=1687547&r1=1687546&r2=1687547&view=diff
==============================================================================
--- sling/trunk/testing/mocks/osgi-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/osgi-mock/pom.xml Thu Jun 25 15:13:17 2015
@@ -133,6 +133,8 @@
<configuration>
<excludes>
<exclude>src/test/resources/META-INF/test.txt</exclude>
+
<exclude>src/test/resources/bundleData/nested/first.txt</exclude>
+
<exclude>src/test/resources/bundleData/nested/second.txt</exclude>
</excludes>
</configuration>
</plugin>
Modified: sling/trunk/testing/mocks/sling-mock-oak/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock-oak/pom.xml?rev=1687547&r1=1687546&r2=1687547&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock-oak/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock-oak/pom.xml Thu Jun 25 15:13:17 2015
@@ -184,6 +184,16 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>dependency-reduced-pom.xml</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>