KEYCLOAK-4101: Move tests under testsuite. Only run under

-Pauth-server-wildfly
This commit is contained in:
Stan Silvert 2017-01-10 07:30:58 -05:00
parent 9e697d033f
commit 8441bda3da
9 changed files with 9 additions and 3 deletions

View file

@ -38,7 +38,7 @@
<modules>
<module>adapters</module>
<module>sssd</module>
<!--<module>sssd</module>-->
</modules>
<build>
@ -154,6 +154,12 @@
<module>nodejs_adapter</module>
</modules>
</profile>
<profile>
<id>auth-server-wildfly</id>
<modules>
<module>server-config-migration</module>
</modules>
</profile>
</profiles>
</project>

View file

@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-distribution-parent</artifactId>
<groupId>org.keycloak.testsuite</groupId>
<artifactId>integration-arquillian-tests-other</artifactId>
<version>2.5.1.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>