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

This commit is contained in:
gneissone 2018-12-07 18:46:17 -07:00 committed by Andrew Woods
parent ad24dc306d
commit 6e717446b4
3 changed files with 6 additions and 6 deletions

View file

@ -58,9 +58,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<delete dir="${vitro-dir}/rdf" />
</tasks>
</target>
</configuration>
</execution>
</executions>

View file

@ -72,9 +72,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
</tasks>
</target>
</configuration>
</execution>
</executions>

View file

@ -79,9 +79,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<delete dir="${tomcat-dir}/webapps/${project.build.finalName}" />
</tasks>
</target>
</configuration>
</execution>
</executions>