pom.xml

29 lines | 952 B Blame History Raw Download
<?xml version="1.0"?>
<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">
	<parent>
		<artifactId>keycloak-parent</artifactId>
		<groupId>org.keycloak</groupId>
		<version>1.0-rc-1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>

	<artifactId>keycloak-forms-parent</artifactId>
	<name>Keycloak Forms</name>
	<description />

    <modules>
        <module>common-freemarker</module>
        <module>common-themes</module>
        <module>account-api</module>
        <module>account-freemarker</module>
        <module>email-api</module>
        <module>email-freemarker</module>
        <module>login-api</module>
        <module>login-freemarker</module>
    </modules>

</project>