2015-09-18 12:27:28 +00:00
|
|
|
<?xml version="1.0"?>
|
2016-02-03 10:20:22 +00:00
|
|
|
<!--
|
|
|
|
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
|
|
~ and other contributors as indicated by the @author tags.
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<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-02-04 14:55:11 +00:00
|
|
|
<version>1.9.0.Final-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>
|
|
|
|
|
2016-02-03 14:04:25 +00:00
|
|
|
<!--<modules>-->
|
|
|
|
<!--<module>migration</module>-->
|
|
|
|
<!--</modules>-->
|
2015-10-27 10:40:41 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>auth-server-wildfly</id>
|
|
|
|
<modules>
|
|
|
|
<module>wildfly</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2016-02-07 18:38:40 +00:00
|
|
|
<profile>
|
|
|
|
<id>auth-server-wildfly-cluster</id>
|
|
|
|
<modules>
|
|
|
|
<module>wildfly</module>
|
2016-02-09 04:20:19 +00:00
|
|
|
<module>wildfly-balancer</module>
|
2016-02-07 18:38:40 +00:00
|
|
|
</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>
|