Skip to content

Commit

Permalink
Specify the goalPrefix.
Browse files Browse the repository at this point in the history
This was required after updating to
org.apache.maven.plugins:maven-plugin-plugin:3.11.0.
  • Loading branch information
waynebeaton committed Feb 25, 2024
1 parent 9690d2f commit e43e784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<goalPrefix>license-tool-plugin</goalPrefix>
</configuration>
</plugin>
</plugins>
<pluginManagement>
Expand Down

0 comments on commit e43e784

Please sign in to comment.