keycloak-memoizeit

Add classes classifier to performance-tools war, so classes

6/26/2014 1:02:53 PM

Details

diff --git a/testsuite/performance-web/pom.xml b/testsuite/performance-web/pom.xml
index 8cf6f19..dd696db 100644
--- a/testsuite/performance-web/pom.xml
+++ b/testsuite/performance-web/pom.xml
@@ -28,7 +28,7 @@
             <groupId>org.keycloak</groupId>
             <artifactId>keycloak-testsuite-tools</artifactId>
             <version>${project.version}</version>
-            <type>war</type>
+            <classifier>classes</classifier>
         </dependency>
 
         <!-- Needed by undertow -->
diff --git a/testsuite/tools/pom.xml b/testsuite/tools/pom.xml
index 3d3d2c3..c630624 100755
--- a/testsuite/tools/pom.xml
+++ b/testsuite/tools/pom.xml
@@ -297,6 +297,12 @@
         <finalName>keycloak-tools</finalName>
         <plugins>
             <plugin>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <attachClasses>true</attachClasses>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.jboss.as.plugins</groupId>
                 <artifactId>jboss-as-maven-plugin</artifactId>
                 <configuration>