keycloak-scim/examples/demo-template/pom.xml

41 lines
1.4 KiB
XML
Raw Normal View History

2013-11-15 19:15:33 +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-01-12 09:30:50 +00:00
<version>1.2.0.Beta1-SNAPSHOT</version>
2013-11-15 19:15:33 +00:00
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Examples</name>
<description/>
<modelVersion>4.0.0</modelVersion>
2014-01-17 03:16:50 +00:00
<artifactId>demo-pom</artifactId>
2013-11-15 19:15:33 +00:00
<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>
<modules>
2014-01-07 19:37:50 +00:00
<!-- <module>server</module> -->
2013-11-15 19:15:33 +00:00
<module>customer-app</module>
2014-03-06 11:26:21 +00:00
<module>customer-app-cli</module>
2014-02-25 00:58:54 +00:00
<module>customer-app-js</module>
2013-11-15 19:15:33 +00:00
<module>product-app</module>
<module>example-ear</module>
2014-05-23 22:20:55 +00:00
<module>admin-access-app</module>
2014-05-13 16:07:28 +00:00
<module>angular-product-app</module>
2013-11-15 19:15:33 +00:00
<module>database-service</module>
<module>third-party</module>
<module>third-party-cdi</module>
2013-11-15 19:15:33 +00:00
</modules>
</project>