At the moment we include the core module using
<module name="org.hibernate" slot="ogm" services="export" />
we should change it to
<module name="org.hibernate.ogm" slot="main" services="export" />
It seems more consistent with the other projects.