[seam-commits] Seam SVN: r14407 - branches/community/Seam_2_3/examples-ee6/ui/ui-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 14 13:53:58 EDT 2012


Author: manaRH
Date: 2012-03-14 13:53:58 -0400 (Wed, 14 Mar 2012)
New Revision: 14407

Modified:
   branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
Log:
disabling non-arquillian tests in ARQ profile

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-03-14 17:53:48 UTC (rev 14406)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-03-14 17:53:58 UTC (rev 14407)
@@ -10,7 +10,7 @@
     
     <groupId>org.jboss.seam.examples</groupId>
     <artifactId>ui-tests</artifactId>
-    <name>UI Integration Tests Module</name>
+    <name>UI Integration Tests Module</name>      
     
     <dependencies>
         <dependency>
@@ -73,6 +73,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                    <skip>true</skip>
+                   <junitArtifactName>none:none</junitArtifactName>
                 </configuration>
             </plugin>
         </plugins>     



More information about the seam-commits mailing list