Replace antrun-plugin <tasks> with <target> in pom.xml files
This commit is contained in:
parent
87c98fd6fb
commit
3da53e27fe
3 changed files with 6 additions and 6 deletions
|
@ -58,9 +58,9 @@
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<delete dir="${vivo-dir}/rdf" />
|
<delete dir="${vivo-dir}/rdf" />
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
|
@ -72,9 +72,9 @@
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
|
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
|
@ -84,9 +84,9 @@
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
|
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Add table
Reference in a new issue