Skip to content

Commit

Permalink
Migrate legacy dependency-maven-plugin from codehaus
Browse files Browse the repository at this point in the history
to maven-dependency-plugin
  • Loading branch information
sepe81 committed Jul 12, 2023
1 parent a099c8c commit 2461335
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2461335

Please sign in to comment.