Description of problem: From an email exchange with Sanne: > In the DR2 build of JDG 6.5, I see the following search related modules > defined: > > org.hibernate.search.engine which has the following resources: > <resources> > <resource-root path="avro-1.7.5.redhat-2.jar"/> > <resource-root > path="hibernate-search-engine-4.6.0.Final-redhat-1.jar"/> > <resource-root > path="hibernate-search-infinispan-4.6.0.Final-redhat-1.jar"/> > <resource-root > path="hibernate-search-analyzers-4.6.0.Final-redhat-1.jar"/> > <!-- Insert resources here --> > </resources> This module needs to be split up in more fine grained: - Avro already exists as a module within EAP, however not all of them so you might want to keep it here if this is meant for Infinispan Query to work on older versions of EAP (I'm not sure how far back we support that) - hibernate-search-infinispan definitely needs to be in a separate module. The correct module name and packaging was decided here: https://github.com/infinispan/jdg/pull/291 We implemented this module structure in Hibernate Search, the code which builds that module though needs to be migrated into Infinispan upstream && into JDG 6.5