Skip to content

Commit

Permalink
Add pluginManagement for hibernate-enhance-maven-plugin in MP applica…
Browse files Browse the repository at this point in the history
…tion parent pom (helidon-io#7780)
  • Loading branch information
romain-grecourt authored Oct 12, 2023
1 parent 348680d commit a3df214
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.helidon.applications</groupId>
Expand All @@ -32,7 +32,8 @@
<description>Parent pom for Helidon MP applications</description>

<properties>
<version.plugin.jandex>3.1.2</version.plugin.jandex>
<version.plugin.hibernate-enhance>${version.lib.hibernate}</version.plugin.hibernate-enhance>
<version.plugin.jandex>${version.lib.jandex}</version.plugin.jandex>
<mainClass>io.helidon.Main</mainClass>
</properties>

Expand All @@ -53,6 +54,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>${version.plugin.hibernate-enhance}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit a3df214

Please sign in to comment.