<!--
 ~ Hibernate OGM, Domain model persistence for NoSQL datastores
 ~
 ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later
 ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.hibernate.ogm</groupId>
        <artifactId>hibernate-ogm-parent</artifactId>
        <version>4.1.0.CR1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hibernate-ogm-modules</artifactId>
    <packaging>pom</packaging>

    <name>Hibernate OGM JBoss Modules</name>
    <description>Create JBoss Modules for Hibernate OGM</description>

    <properties>
        <module.xml.basedir>${basedir}/src/main/modules</module.xml.basedir>
        <hibernate.ogm.module.xml>${module.xml.basedir}/ogm/core/module.xml</hibernate.ogm.module.xml>
        <hibernate.ogm.module.slot>ogm</hibernate.ogm.module.slot>
        <hibernate.ogm.ehcache.module.slot>main</hibernate.ogm.ehcache.module.slot>
        <hibernate.ogm.mongodb.module.slot>main</hibernate.ogm.mongodb.module.slot>
        <hibernate.ogm.neo4j.module.slot>main</hibernate.ogm.neo4j.module.slot>
        <hibernate.ogm.couchdb.module.slot>main</hibernate.ogm.couchdb.module.slot>
        <org.parboiled.module.slot>main</org.parboiled.module.slot>
    </properties>

    <modules>
        <module>eap</module>
        <module>wildfly</module>
    </modules>
</project>
