Explorar o código

replaced 'tasks' with 'target' for maven antrun plugin

benjamin.schwertfeger@gmail.com %!s(int64=13) %!d(string=hai) anos
pai
achega
c6b99d8013

+ 4 - 4
de.itemis.xtext.utils/releng/de.itemis.xtext.utils.releng/pom.xml

@@ -32,7 +32,7 @@
 						<id>replace-build-token</id>
 						<phase>generate-sources</phase>
 						<configuration>
-							<tasks>
+							<target>
 								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
 									classpathref="maven.plugin.classpath" />
 								<if>
@@ -55,7 +55,7 @@
 										</replace>
 									</then>
 								</if>
-							</tasks>
+							</target>
 						</configuration>
 						<goals>
 							<goal>run</goal>
@@ -65,7 +65,7 @@
 						<id>replace-back-build-token</id>
 						<phase>install</phase>
 						<configuration>
-							<tasks>
+							<target>
 								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
 									classpathref="maven.plugin.classpath" />
 								<if>
@@ -88,7 +88,7 @@
 										</replace>
 									</then>
 								</if>
-							</tasks>
+							</target>
 						</configuration>
 						<goals>
 							<goal>run</goal>