You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/03/18 23:33:08 UTC

svn commit: r925029 - /mina/sandbox/vysper/trunk/pom.xml

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>