Bump maven-antrun-plugin from 1.4 to 3.0.0 (#2795)
* Bump maven-antrun-plugin from 1.4 to 3.0.0 Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.4 to 3.0.0. - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-1.4...maven-antrun-plugin-3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Replace <tasks> with <target> for maven-antrun-plugin 3.0.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Tom Morris <tfmorris@gmail.com>
This commit is contained in:
parent
76d30ee1f0
commit
d297026f29
@ -205,13 +205,13 @@
|
|||||||
<plugin> <!-- necessary for launch4j -->
|
<plugin> <!-- necessary for launch4j -->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<version>1.4</version>
|
<version>3.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>generate-test-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<tasks>
|
<target>
|
||||||
<mkdir dir="./target/"/>
|
<mkdir dir="./target/"/>
|
||||||
|
|
||||||
<mkdir dir="${built.webapp.dir}" />
|
<mkdir dir="${built.webapp.dir}" />
|
||||||
@ -261,7 +261,7 @@
|
|||||||
<replacefilter token="../../extensions" value="extensions"/>
|
<replacefilter token="../../extensions" value="extensions"/>
|
||||||
</replace>
|
</replace>
|
||||||
|
|
||||||
</tasks>
|
</target>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
Loading…
Reference in New Issue
Block a user