Author: cziegeler
Date: Mon Apr 27 14:19:26 2015
New Revision: 1676272
URL: http://svn.apache.org/r1676272
Log:
Exclude derby.log
Modified:
sling/trunk/bundles/extensions/event/pom.xml
Modified: sling/trunk/bundles/extensions/event/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/pom.xml?rev=1676272&r1=1676271&r2=1676272&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/event/pom.xml (original)
+++ sling/trunk/bundles/extensions/event/pom.xml Mon Apr 27 14:19:26 2015
@@ -83,6 +83,15 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>derby.log</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
<!-- plain unit tests -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>