keycloak-aplcache

Merge pull request #3247 from vramik/KEYCLOAK-3596 KEYCLOAK-3596

9/26/2016 5:25:07 AM

Details

diff --git a/testsuite/integration-arquillian/tests/other/adapters/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
index 5a2a2f3..e87b89a 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
@@ -356,32 +356,6 @@
                             </executions>
                         </plugin>
                         <plugin>
-                            <artifactId>maven-resources-plugin</artifactId>
-                            <executions>
-                                <execution>
-                                    <id>example-realms</id>
-                                    <phase>generate-test-resources</phase>
-                                    <goals>
-                                        <goal>copy-resources</goal>
-                                    </goals>
-                                    <configuration>
-                                        <outputDirectory>${examples.home}/example-realms</outputDirectory>
-                                        <overWriteIfNewer>true</overWriteIfNewer>
-                                        <resources>
-                                            <resource>
-                                                <directory>${examples.basedir}</directory>
-                                                <filtering>true</filtering>
-                                                <includes>
-                                                    <include>**/*realm.json</include>
-                                                    <include>**/testsaml.json</include>
-                                                </includes>
-                                            </resource>
-                                        </resources>
-                                    </configuration>
-                                </execution>
-                            </executions>
-                        </plugin>
-                        <plugin>
                             <artifactId>maven-surefire-plugin</artifactId>
                             <configuration>
                                 <systemPropertyVariables>
@@ -409,6 +383,27 @@
                                         </resources>
                                     </configuration>
                                 </execution>
+                                <execution>
+                                    <id>example-realms</id>
+                                    <phase>generate-test-resources</phase>
+                                    <goals>
+                                        <goal>copy-resources</goal>
+                                    </goals>
+                                    <configuration>
+                                        <outputDirectory>${examples.home}/example-realms</outputDirectory>
+                                        <overWriteIfNewer>true</overWriteIfNewer>
+                                        <resources>
+                                            <resource>
+                                                <directory>${examples.basedir}</directory>
+                                                <filtering>true</filtering>
+                                                <includes>
+                                                    <include>**/*realm.json</include>
+                                                    <include>**/testsaml.json</include>
+                                                </includes>
+                                            </resource>
+                                        </resources>
+                                    </configuration>
+                                </execution>
                             </executions>
                         </plugin>
                     </plugins>