2015-09-18 12:27:28 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian</artifactId>
|
2016-01-13 08:19:04 +00:00
|
|
|
<version>1.9.0.CR1-SNAPSHOT</version>
|
2015-09-18 12:27:28 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>integration-arquillian-servers</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Servers</name>
|
|
|
|
|
2015-10-27 10:40:41 +00:00
|
|
|
<modules>
|
|
|
|
<module>migration</module>
|
|
|
|
</modules>
|
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>auth-server-wildfly</id>
|
|
|
|
<modules>
|
|
|
|
<module>wildfly</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2015-12-15 12:14:30 +00:00
|
|
|
<profile>
|
|
|
|
<id>auth-server-eap7</id>
|
|
|
|
<modules>
|
|
|
|
<module>eap7</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2015-09-18 12:27:28 +00:00
|
|
|
</profiles>
|
|
|
|
|
|
|
|
</project>
|