[AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0

This commit is contained in:
Jean-Baptiste Onofré 2022-08-17 06:54:34 +02:00
parent d4bce56624
commit fb3dea3656
2 changed files with 3 additions and 3 deletions

View File

@ -482,12 +482,12 @@
<id>package</id>
<phase>package</phase>
<configuration>
<tasks>
<target>
<echo>Deleting unwanted resources from the test-jar</echo>
<delete dir="${project.build.directory}/test-classes" verbose="true">
<include name="*.*" />
</delete>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>

View File

@ -123,7 +123,7 @@
<!-- Maven Plugin Version for this Project -->
<maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
<maven-surefire-plugin-version>3.0.0-M6</maven-surefire-plugin-version>
<maven-antrun-plugin-version>1.8</maven-antrun-plugin-version>
<maven-antrun-plugin-version>3.0.0</maven-antrun-plugin-version>
<maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
<maven-release-plugin-version>2.5.3</maven-release-plugin-version>
<maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>