Skip to content

Commit

Permalink
pom: Fix "org.eclipse.m2e:lifecycle-mapping" warning for mvn site
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 4, 2024
1 parent ed3cbaf commit 5cdc22e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<pluginManagementExcludes>
<pluginManagementExclude>org.eclipse.m2e:lifecycle-mapping</pluginManagementExclude>
</pluginManagementExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5cdc22e

Please sign in to comment.