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

  1. <groupId>org.hibernate</groupId>
  2. <artifactId>hibernate-orm-jbossmodules</artifactId>
  3. <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.