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> <goal>run</goal>
</goals> </goals>
<configuration> <configuration>
<tasks> <target>
<delete dir="${vitro-dir}/rdf" /> <delete dir="${vitro-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

@ -79,9 +79,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>