Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 05:37:37 -0400 (Tue, 06 May 2008)
New Revision: 6898
Modified:
stack/metro/trunk/pom.xml
Log:
Use -Psmoketest
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-05-06 09:37:33 UTC (rev 6897)
+++ stack/metro/trunk/pom.xml 2008-05-06 09:37:37 UTC (rev 6898)
@@ -485,6 +485,29 @@
</profile>
<!--
+ Name: smoketest
+ Descr: Executes the smoke tests
+ -->
+ <profile>
+ <id>smoketest</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+
<include>org/jboss/test/ws/jaxws/samples/**/*TestCase.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: testsuite
Descr: Executes the testsuite
-->
Show replies by date