Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 04:05:25 -0400 (Tue, 06 May 2008)
New Revision: 6882
Modified:
stack/native/trunk/pom.xml
Log:
Add profile smoketest
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-06 07:33:00 UTC (rev 6881)
+++ stack/native/trunk/pom.xml 2008-05-06 08:05:25 UTC (rev 6882)
@@ -554,6 +554,30 @@
<module>modules/testsuite</module>
</modules>
</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>
+ <testFailureIgnore>true</testFailureIgnore>
+ <includes>
+ <include>jaxws/samples/**/*TestCase</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
Show replies by date