Author: ngn
Date: Thu Mar 18 22:33:08 2010
New Revision: 925029
URL: http://svn.apache.org/viewvc?rev=925029&view=rev
Log:
Adding excludes to rat check
Modified:
mina/sandbox/vysper/trunk/pom.xml
Modified: mina/sandbox/vysper/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/pom.xml?rev=925029&r1=925028&r2=925029&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/pom.xml (original)
+++ mina/sandbox/vysper/trunk/pom.xml Thu Mar 18 22:33:08 2010
@@ -365,6 +365,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <excludes>
+ <exclude>*.txt</exclude>
+ <exclude>release.properties</exclude>
+ </excludes>
+ </configuration>
</plugin>
</plugins>
</build>