Replace antrun-plugin <tasks> with <target> in pom.xml files

This commit is contained in:
gneissone 2018-12-07 18:26:35 -07:00 committed by Andrew Woods
parent 87c98fd6fb
commit 3da53e27fe
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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