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

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

commit 0920a820a11051163835c3dee8ffc13eea26f7eb
Author: Marshall Schor <m...@schor.com>
AuthorDate: Mon Nov 4 13:31:14 2019 -0500

    move combine.self=override to config element
---
 uimaj-eclipse-update-site/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uimaj-eclipse-update-site/pom.xml 
b/uimaj-eclipse-update-site/pom.xml
index 6852f55..0b3349f 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -132,8 +132,8 @@
             <goals>
               <goal>run</goal>
             </goals>
-            <configuration>
-              <target combine.self="override">
+            <configuration  combine.self="override">
+              <target>
                 <taskdef classname="net.sf.antcontrib.logic.IfTask" name="if" 
/>
 
                 <condition property="eclipse.home" 
value="${uima-maven-build-eclipse-home}">

Reply via email to