Skip to content

Commit

Permalink
Merge pull request find-sec-bugs#740 from JuditKnoll/mvn-target-task
Browse files Browse the repository at this point in the history
Replace deprecated tasks with target in maven-antrun-plugin
  • Loading branch information
h3xstream authored Aug 17, 2024
2 parents b91b5cc + bdf6674 commit 5d99fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions findsecbugs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<copy todir="${project.build.outputDirectory}">
<fileset dir="${project.build.outputDirectory}/metadata" />
</copy>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 5d99fa1

Please # to comment.