How to get the latest Hibernate ORM feature pack for WildFly
The feature pack can be downloaded from Maven Central, to facilitate automatic unpacking during your build. Such a feature pack is released whenever any new version of Hibernate ORM is released.
Example 1. Maven identifier for the WildFly feature pack
<groupId>org.hibernate</groupId>
<artifactId>hibernate-orm-jbossmodules</artifactId>
<version>5.4.20.Final</version>
Typically you won’t download this file directly but you will use either a Maven plugin or a Gradle plugin to build the custom WildFly server.