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/11/04 18:45:46 UTC

[uima-uimaj] branch master updated: [UIMA-6141] add combine.self="override" back to element

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/master by this push:
     new 7343e23  [UIMA-6141] add combine.self="override" back to <configuration> element
7343e23 is described below

commit 7343e231438f5c250ad5dce17b15cfbc78b0f5c3
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Mon Nov 4 13:45:14 2019 -0500

    [UIMA-6141] add combine.self="override" back to <configuration> element
---
 uimaj-eclipse-update-site/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-eclipse-update-site/pom.xml b/uimaj-eclipse-update-site/pom.xml
index 455b9ca..b6ee972 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -132,7 +132,7 @@
             <goals>
               <goal>run</goal>
             </goals>
-            <configuration>
+            <configuration combine.self="override">
               <target>
                 <taskdef classname="net.sf.antcontrib.logic.IfTask" name="if" />