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 cf7fa1f  [UIMA-6141] move combine.self to child element of 
<configuration>
cf7fa1f is described below

commit cf7fa1f22375bad1dcfceef88efc98bc3933f346
Author: Marshall Schor <m...@schor.com>
AuthorDate: Thu Oct 31 15:49:18 2019 -0400

    [UIMA-6141] move combine.self to child element of <configuration>
---
 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 fdcd42a..b6b673a 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -131,8 +131,8 @@
             <goals>
               <goal>run</goal>
             </goals>
-            <configuration combine.self="override">
-              <target>
+            <configuration>
+              <target combine.self="override">
                 <taskdef classname="net.sf.antcontrib.logic.IfTask" name="if" 
/>
                 
                 <condition property="eclipse.home" 
value="${uima-maven-build-eclipse-home}">

Reply via email to