keycloak-scim/testsuite/pom.xml

43 lines
1.4 KiB
XML
Raw Normal View History

2013-08-22 09:14:44 +00:00
<?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">
2013-08-22 09:14:44 +00:00
<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-08-22 09:14:44 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>keycloak-testsuite-pom</artifactId>
<packaging>pom</packaging>
<name>Keycloak TestSuite</name>
2013-08-22 09:14:44 +00:00
<description />
2013-12-06 13:33:47 +00:00
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>integration</module>
2014-11-21 02:48:59 +00:00
<module>proxy</module>
2014-11-15 16:59:33 +00:00
<module>tomcat6</module>
2014-10-24 14:58:32 +00:00
<module>tomcat7</module>
2014-11-12 23:56:18 +00:00
<module>tomcat8</module>
2014-11-10 21:59:31 +00:00
<module>jetty/jetty81</module>
2014-11-08 02:10:15 +00:00
<module>jetty/jetty92</module>
<module>jetty/jetty91</module>
<module>performance</module>
2014-06-19 18:15:19 +00:00
<module>tools</module>
2014-06-24 21:44:34 +00:00
<module>performance-web</module>
2014-09-17 18:57:09 +00:00
<!--<module>docker-cluster</module>-->
</modules>
2013-08-22 09:14:44 +00:00
</project>