2015-07-17 11:45:43 +00:00
|
|
|
<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>
|
2016-01-13 08:19:04 +00:00
|
|
|
<version>1.9.0.CR1-SNAPSHOT</version>
|
2015-07-17 11:45:43 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<name>Distribution Parent</name>
|
|
|
|
<description/>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>distribution-pom</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>adapters</module>
|
2015-09-30 15:01:45 +00:00
|
|
|
<module>saml-adapters</module>
|
2015-07-17 11:45:43 +00:00
|
|
|
<module>demo-dist</module>
|
|
|
|
<module>docs-dist</module>
|
|
|
|
<module>examples-dist</module>
|
|
|
|
<module>proxy-dist</module>
|
|
|
|
<module>server-dist</module>
|
|
|
|
<module>server-overlay</module>
|
|
|
|
<module>src-dist</module>
|
|
|
|
<module>feature-packs</module>
|
|
|
|
</modules>
|
2015-08-18 10:56:43 +00:00
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jboss-release</id>
|
|
|
|
<modules>
|
|
|
|
<module>downloads</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2015-07-17 11:45:43 +00:00
|
|
|
</project>
|