pom.xml
    
    
    
    
    
        Home
            /
distribution                    /
server-overlay                    /
                    pom.xml
    
    
            
            <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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>keycloak-parent</artifactId>
        <groupId>org.keycloak</groupId>
        <version>1.8.0.Alpha1</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>
    <artifactId>keycloak-server-overlay-parent</artifactId>
    <packaging>pom</packaging>
    <name>Keycloak Server Overlay Parent</name>
    <description/>
    <modules>
        <module>wildfly</module>
        <module>eap6</module>
    </modules>
</project>