Author: rec
Date: Fri May 31 11:10:31 2013
New Revision: 1488154
URL: http://svn.apache.org/r1488154
Log:
[UIMA-2951] Exclude MANIFEST.MF files from rat check
Modified:
uima/build/trunk/parent-pom/pom.xml
Modified: uima/build/trunk/parent-pom/pom.xml
URL:
http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1488154&r1=1488153&r2=1488154&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Fri May 31 11:10:31 2013
@@ -553,6 +553,7 @@ Copyright (c) 2003, 2006 IBM Corporation
<exclude>src/main/resources/docbook-shared/titlepage/*.xsl</exclude>
<exclude>marker-file-identifying-*</exclude> <!-- empty file
-->
<exclude>DEPENDENCIES</exclude> <!-- generated file -->
+ <exclude>**/*/MANIFEST.MF</exclude> <!--
MANIFEST.MF files cannot have comments -->
</excludes>
</configuration>
</execution>