keycloak-uncached

Merge pull request #4847 from vramik/KEYCLOAK-4793 KEYCLOAK-4793

12/15/2017 11:52:04 AM

Details

diff --git a/testsuite/integration-arquillian/tests/base/pom.xml b/testsuite/integration-arquillian/tests/base/pom.xml
index f6314bb..fbfacea 100644
--- a/testsuite/integration-arquillian/tests/base/pom.xml
+++ b/testsuite/integration-arquillian/tests/base/pom.xml
@@ -248,6 +248,26 @@
                 <skip.copy.auth.crossdc.nodes>false</skip.copy.auth.crossdc.nodes>
             </properties>
         </profile>
+        
+        <profile>
+            <!--see KEYCLOAK-4793-->
+            <id>kie.maven.settings</id>
+            <activation>
+                <property>
+                    <name>repo.url</name>
+                </property>
+            </activation>
+            <properties>
+                <maven.repo.local>${user.home}/.m2/repository</maven.repo.local>
+                <settings.path>${user.home}/.m2/settings.xml</settings.path>
+                <kie.maven.settings>
+                    -Dkie.maven.settings.custom=${settings.path}
+                    -Dkie.maven.repo.local=${maven.repo.local}
+                    -Drepo.url=${repo.url}
+                </kie.maven.settings>
+            </properties>
+        </profile>
+        
     </profiles>
 
 </project>
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index 245c0de..74ca2d0 100755
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -1503,25 +1503,6 @@
             </properties>
         </profile>
 
-        <profile>
-            <!--see KEYCLOAK-4793-->
-            <id>kie.maven.settings</id>
-            <activation>
-                <property>
-                    <name>repo.url</name>
-                </property>
-            </activation>
-            <properties>
-                <maven.repo.local>${user.home}/.m2/repository</maven.repo.local>
-                <settings.path>${user.home}/.m2/settings.xml</settings.path>
-                <kie.maven.settings>
-                    -Dkie.maven.settings.custom=${settings.path}
-                    -Dkie.maven.repo.local=${maven.repo.local}
-                    -Drepo.url=${repo.url}
-                </kie.maven.settings>
-            </properties>
-        </profile>
-
     </profiles>
 
 </project>