Skip to content

Commit

Permalink
Merge pull request #130 from harrisric/plugin-goal-prefix
Browse files Browse the repository at this point in the history
Add missing goalprefix for plugin
  • Loading branch information
RadikalJin authored Nov 25, 2024
2 parents cf8137e + 41e19ad commit a243ef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
<configuration>
<goalPrefix>astra</goalPrefix>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit a243ef7

Please sign in to comment.