keycloak-scim/distribution/pom.xml

42 lines
1.3 KiB
XML
Raw Normal View History

2014-01-07 19:37:50 +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>
2015-05-22 06:42:40 +00:00
<version>1.3.0.Final-SNAPSHOT</version>
2014-01-07 19:37:50 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
2015-04-24 05:30:59 +00:00
<name>Distribution Parent</name>
2014-01-07 19:37:50 +00:00
<description/>
<modelVersion>4.0.0</modelVersion>
<artifactId>distribution-pom</artifactId>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
2015-04-24 05:30:59 +00:00
2014-01-07 19:37:50 +00:00
<modules>
<module>adapters</module>
2015-06-09 13:50:01 +00:00
<module>demo-dist</module>
2015-04-24 05:30:59 +00:00
<module>docs-dist</module>
<module>examples-dist</module>
<module>proxy-dist</module>
<module>server-dist</module>
<module>server-overlay</module>
2015-04-24 05:30:59 +00:00
<module>src-dist</module>
<module>subsystem-war</module>
2015-05-11 14:09:16 +00:00
<module>feature-packs</module>
2014-01-07 19:37:50 +00:00
</modules>
</project>