Skip to content

Commit

Permalink
Add build-helper-maven-plugin to pluginManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 30, 2023
1 parent ad8efe9 commit 667918c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<!-- this property makes sure NetBeans 6.8+ picks up some formatting rules from checkstyle -->
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
<animal-sniffer-maven-plugin.version>1.23</animal-sniffer-maven-plugin.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<l10n-maven-plugin.version>1.0.0</l10n-maven-plugin.version>
<license-maven-plugin.version>2.1.0</license-maven-plugin.version>
Expand Down Expand Up @@ -527,6 +528,11 @@
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>${animal-sniffer-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 667918c

Please sign in to comment.