Author: kwin
Date: Mon Feb 27 09:16:44 2017
New Revision: 1784514
URL: http://svn.apache.org/viewvc?rev=1784514&view=rev
Log:
revert extending the rat plugin configuration as the sling config outside of
target was a leftover from previous tests
Modified:
sling/trunk/bundles/extensions/validation/core/pom.xml
Modified: sling/trunk/bundles/extensions/validation/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/core/pom.xml?rev=1784514&r1=1784513&r2=1784514&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/core/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/core/pom.xml Mon Feb 27 09:16:44
2017
@@ -91,16 +91,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes combine.children="append">
- <!-- sling-home used by paxexam is outside of target
-->
- <exclude>sling/*</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
</build>
<dependencies>