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>
Show replies by date