Преглед на файлове

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

benjamin.schwertfeger@gmail.com преди 13 години
родител
ревизия
3ca7e2aec2
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      releng/org.yakindu.sct.releng/pom.xml

+ 4 - 4
releng/org.yakindu.sct.releng/pom.xml

@@ -33,7 +33,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>
@@ -58,7 +58,7 @@
 										</replace>
 									</then>
 								</if>
-							</tasks>
+							</target>
 						</configuration>
 						<goals>
 							<goal>run</goal>
@@ -68,7 +68,7 @@
 						<id>replace-back-build-token</id>
 						<phase>verify</phase>
 						<configuration>
-							<tasks>
+							<target>
 								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
 									classpathref="maven.plugin.classpath" />
 								<if>
@@ -93,7 +93,7 @@
 										</replace>
 									</then>
 								</if>
-							</tasks>
+							</target>
 						</configuration>
 						<goals>
 							<goal>run</goal>