Description Add pluginManagement for hibernate-enhance-maven-plugin in MP application parent pom Documentation doc impact: None
For Maven, Hibernate offers the hibernate-enhance-maven-plugin that allows you to enable JPA entity bytecode enhancement.So, in your project pom.xml Maven configuration file, you need the following plugin:<plugin> <groupId>org.hibernate.orm.tooling</groupId> <artifactId>hibernate-enhance-maven-...