Author: schor
Date: Mon Jun  7 18:44:02 2010
New Revision: 952362

URL: http://svn.apache.org/viewvc?rev=952362&view=rev
Log:
[UIMA-1806] add release.properties to RAT excludes - a generated file, part of 
release

Modified:
    uima/build/trunk/parent-poms/parent-pom-top/pom.xml

Modified: uima/build/trunk/parent-poms/parent-pom-top/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-top/pom.xml?rev=952362&r1=952361&r2=952362&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-top/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-top/pom.xml Mon Jun  7 18:44:02 2010
@@ -509,6 +509,11 @@
             <executions>
               <execution>
                 <id>default-cli</id>
+                <configuration>
+                  <excludes>
+                    <exclude>release.properties</exclude>
+                  </excludes>
+                </configuration>
               </execution>
             </executions>
           </plugin>


Reply via email to