ソースを参照

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>