提交 784f0983 编写于 作者: K kohsuke

control the version of antrun from one place, since Maven has a bug that...

control the version of antrun from one place, since Maven has a bug that prevents one reactor from using different versions of the same plugin

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17306 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ff5abc87
......@@ -99,7 +99,6 @@ THE SOFTWARE.
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>1.36</version>
<executions>
<execution>
<phase>generate-resources</phase>
......
......@@ -82,6 +82,11 @@ THE SOFTWARE.
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>1.39</version>
</plugin>
</plugins>
</pluginManagement>
......
......@@ -84,7 +84,6 @@ THE SOFTWARE.
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>1.36</version>
<executions>
<execution>
<!-- rejar args4j contents -->
......
......@@ -70,7 +70,6 @@ THE SOFTWARE.
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>1.39</version>
<executions>
<execution>
<id>package</id>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册