[picketlink-commits] Picketlink SVN: r1268 - in integration-tests/branches/product: picketlink-saml-eap5 and 4 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Thu Sep 29 11:06:12 EDT 2011


Author: pskopek at redhat.com
Date: 2011-09-29 11:06:11 -0400 (Thu, 29 Sep 2011)
New Revision: 1268

Modified:
   integration-tests/branches/product/parent/pom.xml
   integration-tests/branches/product/picketlink-saml-eap5/pom.xml
   integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
   integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml
   integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml
   integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml
Log:
added suffix to separate the same set of tests against different product configuration

Modified: integration-tests/branches/product/parent/pom.xml
===================================================================
--- integration-tests/branches/product/parent/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/parent/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -56,7 +56,7 @@
        <plugins>
           <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
-             <version>2.9</version>
+             <version>2.10</version>
              <configuration>
                <printSummary>true</printSummary>
                <disableXmlReport>false</disableXmlReport>
@@ -155,7 +155,21 @@
       </releases>
     </repository>
   </repositories>
-  
+  <pluginRepositories>
+    <pluginRepository>
+      <id>maven-107</id>
+      <name>Maven Surefire Staging  Repository</name>
+      <layout>default</layout>
+      <url>https://repository.apache.org/content/repositories/maven-107/</url>
+      <snapshots>
+         <enabled>true</enabled>
+      </snapshots>
+      <releases>
+         <enabled>true</enabled>
+         <updatePolicy>never</updatePolicy>
+      </releases>
+  	</pluginRepository>
+  </pluginRepositories>
   <dependencyManagement>
    <dependencies>
       <dependency>

Modified: integration-tests/branches/product/picketlink-saml-eap5/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-saml-eap5/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/picketlink-saml-eap5/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -53,6 +53,7 @@
               <additionalClasspathElement>${eap-home}/common/lib/picketlink-core-${pl-version}.jar</additionalClasspathElement>
               <additionalClasspathElement>${eap-home}/lib/endorsed/xercesImpl.jar</additionalClasspathElement>
             </additionalClasspathElements>
+            <reportNameSuffix>SAML-EAP5</reportNameSuffix>
            </configuration>
         </plugin>
         <plugin>

Modified: integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -46,6 +46,7 @@
               <additionalClasspathElement>${eap-home}/common/lib/picketlink-core-${pl-version}.jar</additionalClasspathElement>
               <additionalClasspathElement>${eap-home}/lib/endorsed/xercesImpl.jar</additionalClasspathElement>
             </additionalClasspathElements>
+            <reportNameSuffix>STS-EAP5-CXF</reportNameSuffix>
           </configuration>
         </plugin>
 <!--

Modified: integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -47,6 +47,7 @@
               <additionalClasspathElement>${eap-home}/common/lib/picketlink-core-${pl-version}.jar</additionalClasspathElement>
               <additionalClasspathElement>${eap-home}/lib/endorsed/xercesImpl.jar</additionalClasspathElement>
             </additionalClasspathElements>
+            <reportNameSuffix>STS-EAP5-WS-NATIVE</reportNameSuffix>
           </configuration>
         </plugin>
 <!--

Modified: integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -61,6 +61,7 @@
               <additionalClasspathElement>${eap-home}/common/lib/servlet-api.jar</additionalClasspathElement>
                       
             </additionalClasspathElements>
+            <reportNameSuffix>TRUST-EAP5-CXF</reportNameSuffix>
           </configuration>
         </plugin>
         <plugin>

Modified: integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml	2011-09-27 16:04:06 UTC (rev 1267)
+++ integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml	2011-09-29 15:06:11 UTC (rev 1268)
@@ -60,6 +60,7 @@
               <additionalClasspathElement>${eap-home}/common/lib/servlet-api.jar</additionalClasspathElement>
               
             </additionalClasspathElements>
+            <reportNameSuffix>TRUST-EAP5-WS-NATIVE</reportNameSuffix>
           </configuration>
         </plugin>
         <plugin>



More information about the picketlink-commits mailing list