This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new f23eb49c6 [AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0
f23eb49c6 is described below
commit f23eb49c6f5472861f10fa6423c70516a3723197
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Aug 17 06:54:34 2022 +0200
[AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0
(cherry picked from commit fb3dea365628801fcbecbb09ca217820283c4436)
---
activemq-unit-tests/pom.xml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 91bbd4f70..ef920e087 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -465,12 +465,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>
diff --git a/pom.xml b/pom.xml
index d9e7bc133..1c975ea12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>2.22.2</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>