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/06 22:30:52 UTC

svn commit: r1772978 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Author: schor
Date: Tue Dec  6 22:30:52 2016
New Revision: 1772978

URL: http://svn.apache.org/viewvc?rev=1772978&view=rev
Log:
no jira add combine.children="append" for rat exclude configuration, to add to parent.

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml?rev=1772978&r1=1772977&r2=1772978&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml Tue Dec  6 22:30:52 2016
@@ -266,10 +266,9 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
-                  <exclude>src/main/run_configuration/*.launch</exclude> <!-- generated Eclipse launch files -->
-                </excludes>              
+                <excludes combine.children="append">
+                  <exclude>src/main/run_configuration/*.launch</exclude>
+                </excludes>    
               </configuration>
             </execution>
           </executions>