Author: prabath
Date: Tue May 20 08:57:34 2008
New Revision: 17185

Log:
removing 2 tests

Modified:
   trunk/solutions/identity/modules/identity-provider/pom.xml

Modified: trunk/solutions/identity/modules/identity-provider/pom.xml
==============================================================================
--- trunk/solutions/identity/modules/identity-provider/pom.xml  (original)
+++ trunk/solutions/identity/modules/identity-provider/pom.xml  Tue May 20 
08:57:34 2008
@@ -164,4 +164,45 @@
        <!-- End opensaml-2.0 jars -->
 
   </dependencies>
+
+    <profiles>
+        <profile>
+            <id>java15</id>
+            <activation>
+                <jdk>1.5</jdk>
+            </activation>
+            <build>
+                <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <skip>false</skip>
+                    <!-- The pertest forkMode is not ideal but seems to be 
necessary
+                         because the test server doesn't shut down properly :-(
+                         Should be removed if possible -->
+                    <forkMode>pertest</forkMode>
+                    <argLine>-Xms256m -Xmx512m</argLine>
+                    <!-- Enable the next 2 lines if you want to attach a 
debugger
+                   <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
+                   <includes>
+                       <include>**/*Test.java</include>
+                   </includes>
+                   <excludes>
+                       
<exclude>**org/wso2/solutions/identity/sts/saml/SAML1TokenBuilderTest.java</exclude>
      
+                       
<exclude>**org/wso2/solutions/identity/sts/saml/SAML2TokenBuilderTest.java</exclude>
                   
+                    </excludes>
+                    <systemProperties>
+                        <property>
+                            <name>build.repository</name>
+                            <value>./target/test-classes</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+                </plugins>
+            </build>
+        </profile>         
+    </profiles>
+
 </project>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to