You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/12/08 19:48:13 UTC

svn commit: r1773289 - /uima/uimaj/trunk/uimaj-examples/pom.xml

Author: schor
Date: Thu Dec  8 19:48:13 2016
New Revision: 1773289

URL: http://svn.apache.org/viewvc?rev=1773289&view=rev
Log:
no jira - fix rat exclude to use append mode to keep parent pom excludes

Modified:
    uima/uimaj/trunk/uimaj-examples/pom.xml

Modified: uima/uimaj/trunk/uimaj-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/pom.xml?rev=1773289&r1=1773288&r2=1773289&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-examples/pom.xml Thu Dec  8 19:48:13 2016
@@ -113,8 +113,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                <excludes combine.children="append">
                   <exclude>src/main/data/*.txt</exclude> <!-- sample data -->
                   <exclude>src/main/run_configuration/*.launch</exclude> <!-- generated Eclipse launch files -->
                   <exclude>src/main/eclipseProject/*readme.txt</exclude> <!-- readme -->