mirror of https://github.com/apache/activemq.git
Merge pull request #894 from jbonofre/AMQ-9030
[AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0
This commit is contained in:
commit
3a56bca3fd
|
@ -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>
|
||||
|
|
2
pom.xml
2
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>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>
|
||||
|
|
Loading…
Reference in New Issue