keycloak-scim/distribution/pom.xml

41 lines
1.4 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>
2014-11-04 08:01:06 +00:00
<version>1.1.0.Beta2-SNAPSHOT</version>
2014-01-07 19:37:50 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
<name>Distribution</name>
<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>
<modules>
<module>modules</module>
<module>as7-adapter-zip</module>
2014-10-29 16:30:12 +00:00
<module>tomcat7-adapter-zip</module>
2014-01-07 19:37:50 +00:00
<module>eap6-adapter-zip</module>
<module>wildfly-adapter-zip</module>
<module>examples-docs-zip</module>
2014-02-18 23:59:50 +00:00
<module>theme-template-zip</module>
2014-01-07 19:37:50 +00:00
<module>war-zip</module>
<module>war-dist</module>
<module>appliance-dist</module>
2014-01-23 00:18:00 +00:00
<module>src-dist</module>
2014-01-07 19:37:50 +00:00
</modules>
</project>