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 2019/07/22 12:17:54 UTC

svn commit: r1863541 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml

Author: schor
Date: Mon Jul 22 12:17:54 2019
New Revision: 1863541

URL: http://svn.apache.org/viewvc?rev=1863541&view=rev
Log:
no jira, perhaps due to a new maven installation (3.6.1), the configuration for the rat plugin started requiring the append for combine.children

Modified:
    uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml?rev=1863541&r1=1863540&r2=1863541&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml Mon Jul 22 12:17:54 2019
@@ -192,7 +192,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>src/test/resources/ManualTests/*</exclude> <!-- test data -->
                   <exclude>marker-file-identifying-*</exclude>