Skip to content

Commit

Permalink
fix: use correct maven plugin reporting plugin (#6244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Dec 7, 2023
1 parent e973c9a commit d9f9c3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,8 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>${version.maven-plugin-plugin}</version>
<configuration>
<goalPrefix>dependency-check</goalPrefix>
</configuration>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit d9f9c3d

Please sign in to comment.