This is an automated email from the ASF dual-hosted git repository.
schor pushed a commit to branch UIMA-6138-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/UIMA-6138-v2 by this push:
new 50f2079 [UIMA-6141] move combine.self to proper element
50f2079 is described below
commit 50f2079ffe513b49d25abf2b8a4bd19bda4e5259
Author: Marshall Schor <[email protected]>
AuthorDate: Thu Oct 31 13:56:06 2019 -0400
[UIMA-6141] move combine.self to proper 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 edc8d3c..f3f1707 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}">