mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
Migrate legacy dependency-maven-plugin from codehaus
to maven-dependency-plugin
This commit is contained in:
+2
-3
@@ -41,9 +41,8 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>dependency-maven-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-war</id>
|
||||
|
||||
Reference in New Issue
Block a user