You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/08/05 17:49:10 UTC

svn commit: r982667 - /incubator/bval/trunk/pom.xml

Author: dwoods
Date: Thu Aug  5 15:49:10 2010
New Revision: 982667

URL: http://svn.apache.org/viewvc?rev=982667&view=rev
Log:
exclude temporary release-plugin generated properties file from apache-rat:check

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=982667&r1=982666&r2=982667&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Thu Aug  5 15:49:10 2010
@@ -552,6 +552,7 @@
                             <exclude>README.txt</exclude>
                             <exclude>CHANGES.txt</exclude>
                             <!-- generated content -->
+                            <exclude>release.properties</exclude>
                             <exclude>**/.*/**</exclude>
                             <exclude>**/*.log</exclude>
                             <exclude>**/maven-eclipse.xml</exclude>