keycloak-uncached

KEYCLOAK-4262 disable server-config-migration for distribution

2/23/2017 10:46:05 AM

Details

diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml
index d96d28f..0cd67d8 100644
--- a/testsuite/integration-arquillian/tests/other/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/pom.xml
@@ -154,15 +154,12 @@
                 <module>nodejs_adapter</module>
             </modules>
         </profile>
-
         <profile>
-            <!--will be activated only when keycloak/distribution is also activated-->
-            <id>distribution</id>
+            <id>server-config-migration</id>
             <modules>
                 <module>server-config-migration</module>
             </modules>
         </profile>
- 
     </profiles>
 
 </project>