2013-08-22 09:14:44 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<artifactId>keycloak-parent</artifactId>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2014-01-24 09:34:54 +00:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2013-08-22 09:14:44 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2013-10-09 17:41:59 +00:00
|
|
|
<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>
|
2013-10-09 17:41:59 +00:00
|
|
|
<modules>
|
|
|
|
<module>integration</module>
|
|
|
|
<module>performance</module>
|
|
|
|
</modules>
|
2013-08-22 09:14:44 +00:00
|
|
|
|
|
|
|
</project>
|