|
@@ -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>
|