2015-09-18 12:27:28 +00:00
|
|
|
<?xml version="1.0"?>
|
2016-02-03 10:20:22 +00:00
|
|
|
<!--
|
2017-01-26 14:46:45 +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.
|
|
|
|
-->
|
2016-02-03 10:20:22 +00:00
|
|
|
|
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-tests</artifactId>
|
2019-07-19 14:17:28 +00:00
|
|
|
<version>8.0.0-SNAPSHOT</version>
|
2015-09-18 12:27:28 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>integration-arquillian-tests-base</artifactId>
|
2016-01-20 06:16:53 +00:00
|
|
|
|
|
|
|
<name>Base TestSuite</name>
|
|
|
|
|
|
|
|
<description></description>
|
2015-09-18 12:27:28 +00:00
|
|
|
|
|
|
|
<properties>
|
2016-07-12 13:30:33 +00:00
|
|
|
<cli.log.output>false</cli.log.output>
|
|
|
|
<test.intermittent>false</test.intermittent>
|
2016-08-01 11:14:33 +00:00
|
|
|
<exclude.test>-</exclude.test>
|
2015-09-18 12:27:28 +00:00
|
|
|
<exclude.console>-</exclude.console>
|
|
|
|
<exclude.account>-</exclude.account>
|
2015-12-17 23:23:19 +00:00
|
|
|
<exclude.client>-</exclude.client>
|
2016-02-09 04:21:11 +00:00
|
|
|
<!--exclude cluster tests by default, enabled by 'auth-server-*-cluster' profiles in tests/pom.xml-->
|
|
|
|
<exclude.cluster>**/cluster/**/*Test.java</exclude.cluster>
|
2017-05-29 07:02:57 +00:00
|
|
|
<exclude.crossdc>**/crossdc/**/*Test.java</exclude.crossdc>
|
2015-09-18 12:27:28 +00:00
|
|
|
</properties>
|
2016-01-20 06:16:53 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2015-11-12 09:33:03 +00:00
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>keycloak-util-embedded-ldap</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>bouncycastle</groupId>
|
|
|
|
<artifactId>bcprov-jdk15</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2016-02-25 16:51:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<version>1.10</version>
|
|
|
|
</dependency>
|
2017-02-26 15:32:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</dependency>
|
2016-03-24 15:08:36 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
2016-04-20 03:10:40 +00:00
|
|
|
<artifactId>integration-arquillian-testsuite-providers</artifactId>
|
2016-03-24 15:08:36 +00:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2016-04-19 18:13:06 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2017-07-25 07:44:36 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-05-16 20:31:23 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.subethamail</groupId>
|
|
|
|
<artifactId>subethasmtp</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-04-19 18:13:06 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.icegreen</groupId>
|
|
|
|
<artifactId>greenmail</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-09-21 17:02:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>testcontainers</artifactId>
|
2018-04-26 17:00:49 +00:00
|
|
|
<version>${testcontainers.version}</version>
|
2016-09-21 17:02:22 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-02-02 00:32:27 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
2018-04-18 11:31:04 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-spi</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2018-04-18 13:45:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-undertow</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-08-14 11:00:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>photoz-restful-api</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2018-10-02 08:40:35 +00:00
|
|
|
<classifier>classes</classifier>
|
2018-10-05 11:20:09 +00:00
|
|
|
</dependency>
|
2016-01-20 06:16:53 +00:00
|
|
|
</dependencies>
|
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<build>
|
2017-01-18 14:44:30 +00:00
|
|
|
<testResources>
|
|
|
|
<testResource>
|
|
|
|
<directory>src/test/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>migration-test/*</include>
|
2017-04-12 17:34:27 +00:00
|
|
|
<include>authorization-test/*</include>
|
2017-01-18 14:44:30 +00:00
|
|
|
</includes>
|
|
|
|
</testResource>
|
|
|
|
<testResource>
|
|
|
|
<directory>src/test/resources</directory>
|
|
|
|
</testResource>
|
|
|
|
</testResources>
|
2015-09-18 12:27:28 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-01-20 06:16:53 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
2016-08-01 11:14:33 +00:00
|
|
|
<exclude>${exclude.test}</exclude>
|
2015-09-18 12:27:28 +00:00
|
|
|
<exclude>${exclude.console}</exclude>
|
|
|
|
<exclude>${exclude.account}</exclude>
|
2015-12-17 23:23:19 +00:00
|
|
|
<exclude>${exclude.client}</exclude>
|
2016-02-09 04:29:20 +00:00
|
|
|
<exclude>${exclude.cluster}</exclude>
|
2017-06-16 09:32:02 +00:00
|
|
|
<exclude>${exclude.crossdc}</exclude>
|
2015-09-18 12:27:28 +00:00
|
|
|
</excludes>
|
2018-10-05 11:20:09 +00:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<com.mchange.v2.c3p0.VMID>testsuiteVmId</com.mchange.v2.c3p0.VMID>
|
2019-01-29 17:17:58 +00:00
|
|
|
<auth.server.db.host>${docker.container.testdb.ip}</auth.server.db.host>
|
2018-10-05 11:20:09 +00:00
|
|
|
</systemPropertyVariables>
|
2015-09-18 12:27:28 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2019-01-29 17:17:58 +00:00
|
|
|
|
2016-01-20 06:16:53 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<executions>
|
2016-03-24 10:24:21 +00:00
|
|
|
<execution>
|
2018-08-07 09:10:24 +00:00
|
|
|
<id>copy-common-dependencies</id>
|
2016-03-24 10:24:21 +00:00
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<outputDirectory>${project.build.directory}/dependency</outputDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/test/resources</directory>
|
|
|
|
<includes>
|
|
|
|
<include>arquillian.xml</include>
|
2017-11-08 07:03:10 +00:00
|
|
|
<include>password-blacklists/**</include>
|
2018-08-07 09:10:24 +00:00
|
|
|
<include>log4j.properties</include>
|
2019-09-05 10:13:31 +00:00
|
|
|
<include>vault/**</include>
|
2016-03-24 10:24:21 +00:00
|
|
|
</includes>
|
|
|
|
<!--<filtering>true</filtering>-->
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2016-01-20 06:16:53 +00:00
|
|
|
<execution>
|
|
|
|
<id>copy-admin-user-json-file</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2016-09-02 11:55:49 +00:00
|
|
|
<skip>${skip.add.user.json}</skip>
|
2016-03-24 10:24:21 +00:00
|
|
|
<outputDirectory>${auth.server.config.dir}</outputDirectory>
|
2016-01-20 06:16:53 +00:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/test/resources</directory>
|
|
|
|
<includes>
|
|
|
|
<include>keycloak-add-user.json</include>
|
|
|
|
</includes>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-07-12 13:30:33 +00:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>unpack-client-cli-dist</id>
|
|
|
|
<phase>generate-test-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>keycloak-client-cli-dist</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>zip</type>
|
|
|
|
<outputDirectory>${containers.home}</outputDirectory>
|
|
|
|
</artifactItem>
|
2018-03-20 20:42:35 +00:00
|
|
|
</artifactItems>
|
2016-07-12 13:30:33 +00:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2018-09-27 09:24:33 +00:00
|
|
|
<execution>
|
|
|
|
<id>unpack-undertow-server</id>
|
|
|
|
<phase>generate-test-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-auth-server-undertow</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<outputDirectory>${containers.home}/auth-server-undertow</outputDirectory>
|
|
|
|
</artifactItem>
|
|
|
|
</artifactItems>
|
2019-03-07 07:22:53 +00:00
|
|
|
<includes>*.jks,*.crt,*.truststore,*.crl,*.key,certs/clients/*</includes>
|
2018-09-27 09:24:33 +00:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2016-07-12 13:30:33 +00:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-03-20 20:42:35 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.igormaznitsa</groupId>
|
|
|
|
<artifactId>mvn-golang-wrapper</artifactId>
|
|
|
|
<version>2.1.6</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<goVersion>1.9.2</goVersion>
|
2018-05-04 19:31:49 +00:00
|
|
|
<useMavenProxy>true</useMavenProxy>
|
2018-03-20 20:42:35 +00:00
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2018-03-21 17:38:40 +00:00
|
|
|
<id>get-mousetrap</id>
|
2018-03-20 20:42:35 +00:00
|
|
|
<goals>
|
|
|
|
<goal>get</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<packages>
|
|
|
|
<package>github.com/inconshreveable/mousetrap</package>
|
2018-03-21 17:38:40 +00:00
|
|
|
</packages>
|
2018-03-28 20:45:52 +00:00
|
|
|
<goPath>${project.build.directory}/gopath</goPath>
|
2018-03-21 17:38:40 +00:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>get-kcinit</id>
|
|
|
|
<goals>
|
|
|
|
<goal>get</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<packages>
|
2018-03-20 20:42:35 +00:00
|
|
|
<package>github.com/keycloak/kcinit</package>
|
|
|
|
</packages>
|
2018-03-28 20:45:52 +00:00
|
|
|
<goPath>${project.build.directory}/gopath</goPath>
|
2018-04-04 01:29:31 +00:00
|
|
|
<tag>0.5</tag>
|
2018-03-20 20:42:35 +00:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2018-04-19 07:08:36 +00:00
|
|
|
</executions>
|
2018-03-20 20:42:35 +00:00
|
|
|
</plugin>
|
2019-01-29 17:17:58 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>io.fabric8</groupId>
|
|
|
|
<artifactId>docker-maven-plugin</artifactId>
|
|
|
|
<version>${docker.maven.plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>${docker.database.skip}</skip>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>start-db-container</id>
|
|
|
|
<phase>process-test-classes</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>start</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<showLogs>true</showLogs>
|
|
|
|
<images>
|
|
|
|
<image>
|
|
|
|
<alias>testdb</alias>
|
|
|
|
<name>${docker.database.image}</name>
|
|
|
|
<run>
|
2019-01-31 15:42:27 +00:00
|
|
|
<shmSize>${docker.database.shmsize}</shmSize>
|
2019-01-29 17:17:58 +00:00
|
|
|
<ports>
|
|
|
|
<port>${docker.database.port}</port>
|
|
|
|
</ports>
|
|
|
|
<env>
|
|
|
|
<!-- MYSQL and MariaDB -->
|
|
|
|
<MYSQL_DATABASE>${keycloak.connectionsJpa.database}</MYSQL_DATABASE>
|
|
|
|
<MYSQL_USER>${keycloak.connectionsJpa.user}</MYSQL_USER>
|
|
|
|
<MYSQL_PASSWORD>${keycloak.connectionsJpa.password}</MYSQL_PASSWORD>
|
|
|
|
<MYSQL_RANDOM_ROOT_PASSWORD>true</MYSQL_RANDOM_ROOT_PASSWORD>
|
|
|
|
|
|
|
|
<!-- PostgreSQL -->
|
|
|
|
<POSTGRES_DB>${keycloak.connectionsJpa.database}</POSTGRES_DB>
|
|
|
|
<POSTGRES_USER>${keycloak.connectionsJpa.user}</POSTGRES_USER>
|
|
|
|
<POSTGRES_PASSWORD>${keycloak.connectionsJpa.password}</POSTGRES_PASSWORD>
|
2019-01-31 15:42:27 +00:00
|
|
|
|
|
|
|
<!-- MSSQL -->
|
|
|
|
<ACCEPT_EULA>Y</ACCEPT_EULA>
|
|
|
|
<SA_PASSWORD>${keycloak.connectionsJpa.password}</SA_PASSWORD>
|
|
|
|
|
|
|
|
<!-- Oracle -->
|
|
|
|
<ORACLE_SID>${keycloak.connectionsJpa.database}</ORACLE_SID>
|
|
|
|
<ORACLE_PWD>sa</ORACLE_PWD>
|
2019-01-29 17:17:58 +00:00
|
|
|
</env>
|
2019-05-20 20:00:26 +00:00
|
|
|
<cmd>${docker.database.cmd}</cmd>
|
2019-01-29 17:17:58 +00:00
|
|
|
<wait>
|
2019-01-31 15:42:27 +00:00
|
|
|
<!-- Do not use waiting for port since that is unreliable, sometimes port is listening before DB is ready to serve -->
|
|
|
|
<log>${docker.database.wait-for-log-regex}</log>
|
|
|
|
<time>300000</time>
|
|
|
|
<exec>
|
|
|
|
<postStart>${docker.database.postStart}</postStart>
|
|
|
|
</exec>
|
2019-01-29 17:17:58 +00:00
|
|
|
</wait>
|
|
|
|
</run>
|
|
|
|
</image>
|
|
|
|
</images>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>stop-db-container</id>
|
|
|
|
<phase>test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>stop</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2019-05-24 10:59:57 +00:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- DB will be released after the test -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>db-allocator-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>release-db</id>
|
|
|
|
<goals>
|
|
|
|
<goal>release</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2019-01-29 17:17:58 +00:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2017-10-04 08:35:42 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
</plugins>
|
2016-01-20 06:16:53 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
</build>
|
2017-10-11 10:20:06 +00:00
|
|
|
|
|
|
|
<profiles>
|
2018-05-16 22:53:39 +00:00
|
|
|
<profile>
|
|
|
|
<id>product</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>product</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.igormaznitsa</groupId>
|
|
|
|
<artifactId>mvn-golang-wrapper</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2019-02-12 09:12:40 +00:00
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>app-server-jetty94</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>jetty94</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>jetty94</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>true</app.server.skip.unpack>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-jetty-94</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>app-server-jetty93</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>jetty93</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>jetty93</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>true</app.server.skip.unpack>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-jetty-93</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>app-server-jetty92</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>jetty92</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>jetty92</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>true</app.server.skip.unpack>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-jetty-92</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2018-04-19 07:08:36 +00:00
|
|
|
<profile>
|
|
|
|
<id>app-server-wildfly</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>wildfly</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>wildfly</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-wildfly</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<!--required by creaper-core-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.core</groupId>
|
2018-06-20 10:47:36 +00:00
|
|
|
<artifactId>wildfly-cli</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<version>${wildfly.core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2018-08-31 12:21:03 +00:00
|
|
|
<id>app-server-wildfly-deprecated</id>
|
2018-06-20 10:47:36 +00:00
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
2018-08-31 12:21:03 +00:00
|
|
|
<value>wildfly-deprecated</value>
|
2018-06-20 10:47:36 +00:00
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2018-08-31 12:21:03 +00:00
|
|
|
<app.server>wildfly-deprecated</app.server> <!--in case the profile is called directly-->
|
2018-06-20 10:47:36 +00:00
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
|
2018-08-31 12:21:03 +00:00
|
|
|
<arquillian-wildfly-container.version>${wildfly.deprecated.arquillian.wildfly.container}</arquillian-wildfly-container.version>
|
2018-06-20 10:47:36 +00:00
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
2018-08-31 12:21:03 +00:00
|
|
|
<artifactId>integration-arquillian-servers-app-server-wildfly-deprecated</artifactId>
|
2018-06-20 10:47:36 +00:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<!--required by creaper-core-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.core</groupId>
|
|
|
|
<artifactId>wildfly-cli</artifactId>
|
|
|
|
<scope>test</scope>
|
2018-08-31 12:21:03 +00:00
|
|
|
<version>${wildfly.deprecated.wildfly.core.version}</version>
|
2018-04-19 07:08:36 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-04-23 11:42:31 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2018-05-31 08:44:40 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>app-server-eap</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>eap</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>eap</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-eap</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-06-06 12:45:50 +00:00
|
|
|
<!--required by creaper-core-->
|
2018-05-31 08:44:40 +00:00
|
|
|
<dependency>
|
2018-06-06 12:45:50 +00:00
|
|
|
<groupId>org.wildfly.core</groupId>
|
|
|
|
<artifactId>wildfly-cli</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<version>${wildfly.core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2018-08-23 14:30:12 +00:00
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>app-server-eap71</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>eap71</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>eap71</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
<app.server.artifactId>integration-arquillian-servers-app-server-eap</app.server.artifactId><!-- Need to override -->
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-eap</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<!--required by creaper-core-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.core</groupId>
|
|
|
|
<artifactId>wildfly-cli</artifactId>
|
|
|
|
<scope>test</scope>
|
2018-09-24 08:49:47 +00:00
|
|
|
<version>3.0.10.Final</version>
|
2018-08-23 14:30:12 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
2018-06-06 12:45:50 +00:00
|
|
|
<profile>
|
|
|
|
<id>app-server-eap6</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>eap6</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>eap6</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
|
|
|
|
<arquillian-wildfly-container.version>2.0.0.Final</arquillian-wildfly-container.version>
|
2018-09-24 08:49:47 +00:00
|
|
|
<!--TODO: check it when KEYCLOAK-8529 is resolved-->
|
|
|
|
<!--<infinispan.version>8.2.5.Final</infinispan.version> KEYCLOAK-5302 -->
|
2018-06-06 12:45:50 +00:00
|
|
|
|
|
|
|
<app.server.management.protocol>remote</app.server.management.protocol>
|
|
|
|
<app.server.management.port>10199</app.server.management.port>
|
|
|
|
<app.server.1.management.port>10299</app.server.1.management.port>
|
|
|
|
<app.server.2.management.port>10399</app.server.2.management.port>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-eap6</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
2018-05-31 08:44:40 +00:00
|
|
|
</dependency>
|
|
|
|
<!--required by creaper-core-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.core</groupId>
|
|
|
|
<artifactId>wildfly-cli</artifactId>
|
|
|
|
<scope>test</scope>
|
2018-09-24 08:49:47 +00:00
|
|
|
<version>2.0.10.Final</version>
|
2018-05-31 08:44:40 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2018-04-23 11:42:31 +00:00
|
|
|
<plugin>
|
2018-05-31 08:44:40 +00:00
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
2018-04-23 11:42:31 +00:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2018-04-19 07:08:36 +00:00
|
|
|
</profile>
|
2018-06-26 09:27:17 +00:00
|
|
|
<profile>
|
|
|
|
<id>app-server-fuse63</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>fuse63</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>fuse63</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
|
|
|
|
<!--fuse examples expect auth server on 8080-->
|
|
|
|
<auth.server.port.offset>0</auth.server.port.offset>
|
|
|
|
<auth.server.http.port>8080</auth.server.http.port>
|
|
|
|
<auth.server.management.port>9990</auth.server.management.port>
|
|
|
|
<!--fuse examples expect default karaf http port 8181-->
|
|
|
|
<app.server.http.port>8181</app.server.http.port>
|
|
|
|
|
|
|
|
<app.server.management.user>admin</app.server.management.user>
|
2019-04-02 12:47:02 +00:00
|
|
|
<app.server.management.password>password</app.server.management.password>
|
2018-06-26 09:27:17 +00:00
|
|
|
<app.server.karaf.jvm.debug.args>-agentlib:jdwp=transport=dt_socket,server=y,suspend=${app.server.debug.suspend},address=localhost:${app.server.debug.port}</app.server.karaf.jvm.debug.args>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-fuse63</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-08-03 12:15:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
2018-06-26 09:27:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.arquillian.container</groupId>
|
|
|
|
<artifactId>arquillian-container-karaf-managed</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2019-04-02 12:47:02 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireProperty>
|
|
|
|
<message>When running fuse tests 'additional.fuse.repos' is expected to be set.</message>
|
|
|
|
<property>additional.fuse.repos</property>
|
|
|
|
</requireProperty>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-06-26 09:27:17 +00:00
|
|
|
<plugin>
|
2018-06-26 11:24:38 +00:00
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<app.server.management.user>${app.server.management.user}</app.server.management.user>
|
|
|
|
<app.server.management.password>${app.server.management.password}</app.server.management.password>
|
|
|
|
<app.server.karaf.jvm.debug.args>${app.server.karaf.jvm.debug.args}</app.server.karaf.jvm.debug.args>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2018-09-12 09:56:07 +00:00
|
|
|
<id>app-server-fuse7x</id>
|
2018-06-26 11:24:38 +00:00
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
2018-09-12 09:56:07 +00:00
|
|
|
<value>fuse7x</value>
|
2018-06-26 11:24:38 +00:00
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2018-09-12 09:56:07 +00:00
|
|
|
<app.server>fuse7x</app.server> <!--in case the profile is called directly-->
|
2018-06-26 11:24:38 +00:00
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
|
|
|
|
<!--fuse examples expect auth server on 8080-->
|
|
|
|
<auth.server.port.offset>0</auth.server.port.offset>
|
|
|
|
<auth.server.http.port>8080</auth.server.http.port>
|
|
|
|
<auth.server.management.port>9990</auth.server.management.port>
|
|
|
|
<!--fuse examples expect default karaf http port 8181-->
|
|
|
|
<app.server.http.port>8181</app.server.http.port>
|
|
|
|
|
|
|
|
<app.server.management.user>admin</app.server.management.user>
|
2019-04-02 12:47:02 +00:00
|
|
|
<app.server.management.password>password</app.server.management.password>
|
2018-06-26 11:24:38 +00:00
|
|
|
<app.server.karaf.jvm.debug.args>-agentlib:jdwp=transport=dt_socket,server=y,suspend=${app.server.debug.suspend},address=localhost:${app.server.debug.port}</app.server.karaf.jvm.debug.args>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
2018-09-12 09:56:07 +00:00
|
|
|
<artifactId>integration-arquillian-servers-app-server-fuse7x</artifactId>
|
2018-06-26 11:24:38 +00:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-08-03 12:15:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
2018-06-26 11:24:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.arquillian.container</groupId>
|
|
|
|
<artifactId>arquillian-container-karaf-managed</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2019-04-02 12:47:02 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireProperty>
|
|
|
|
<message>When running fuse tests 'additional.fuse.repos' is expected to be set.</message>
|
|
|
|
<property>additional.fuse.repos</property>
|
|
|
|
</requireProperty>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-06-26 11:24:38 +00:00
|
|
|
<plugin>
|
2018-06-27 21:44:17 +00:00
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
2018-06-26 09:27:17 +00:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<app.server.management.user>${app.server.management.user}</app.server.management.user>
|
|
|
|
<app.server.management.password>${app.server.management.password}</app.server.management.password>
|
|
|
|
<app.server.karaf.jvm.debug.args>${app.server.karaf.jvm.debug.args}</app.server.karaf.jvm.debug.args>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2019-02-13 11:53:45 +00:00
|
|
|
<profile>
|
|
|
|
<id>app-server-tomcat7</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>tomcat7</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>tomcat7</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
<app.server.artifactId>integration-arquillian-servers-app-server-tomcat7</app.server.artifactId><!-- Need to override -->
|
|
|
|
<app.server.port.offset>0</app.server.port.offset>
|
|
|
|
<app.server.http.port>8080</app.server.http.port>
|
|
|
|
<app.server.management.port>9990</app.server.management.port>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-tomcat7</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>app-server-tomcat8</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>tomcat8</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>tomcat8</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
<app.server.artifactId>integration-arquillian-servers-app-server-tomcat8</app.server.artifactId><!-- Need to override -->
|
|
|
|
<app.server.port.offset>0</app.server.port.offset>
|
|
|
|
<app.server.http.port>8080</app.server.http.port>
|
|
|
|
<app.server.management.port>9990</app.server.management.port>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-tomcat8</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>app-server-tomcat9</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>app.server</name>
|
|
|
|
<value>tomcat9</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<app.server>tomcat9</app.server> <!--in case the profile is called directly-->
|
|
|
|
<app.server.skip.unpack>false</app.server.skip.unpack>
|
|
|
|
<app.server.artifactId>integration-arquillian-servers-app-server-tomcat9</app.server.artifactId><!-- Need to override -->
|
|
|
|
<app.server.port.offset>0</app.server.port.offset>
|
|
|
|
<app.server.http.port>8080</app.server.http.port>
|
|
|
|
<app.server.management.port>9990</app.server.management.port>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian-servers-app-server-tomcat9</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.commonjava.maven.plugins</groupId>
|
|
|
|
<artifactId>directory-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2017-10-11 10:20:06 +00:00
|
|
|
<profile>
|
|
|
|
<id>auth-servers-crossdc-undertow</id>
|
|
|
|
<properties>
|
|
|
|
<skip.clean.second.cache>false</skip.clean.second.cache>
|
2018-07-03 12:20:34 +00:00
|
|
|
<exclude.crossdc>-</exclude.crossdc>
|
2019-04-26 21:16:50 +00:00
|
|
|
<surefire.memory.Xmx>1024m</surefire.memory.Xmx>
|
2017-10-11 10:20:06 +00:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>auth-servers-crossdc-jboss</id>
|
|
|
|
<properties>
|
|
|
|
<skip.clean.second.cache>false</skip.clean.second.cache>
|
|
|
|
<skip.copy.auth.crossdc.nodes>false</skip.copy.auth.crossdc.nodes>
|
2018-07-03 12:20:34 +00:00
|
|
|
<exclude.crossdc>-</exclude.crossdc>
|
2019-04-26 21:16:50 +00:00
|
|
|
<surefire.memory.Xmx>1024m</surefire.memory.Xmx>
|
2017-10-11 10:20:06 +00:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
</project>
|