Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 05:37:28 -0400 (Tue, 06 May 2008)
New Revision: 6896
Modified:
stack/native/trunk/pom.xml
Log:
Use -Psmoketest
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-06 09:35:00 UTC (rev 6895)
+++ stack/native/trunk/pom.xml 2008-05-06 09:37:28 UTC (rev 6896)
@@ -545,17 +545,6 @@
</profile>
<!--
- Name: testsuite
- Descr: Executes the testsuite
- -->
- <profile>
- <id>testsuite</id>
- <modules>
- <module>modules/testsuite</module>
- </modules>
- </profile>
-
- <!--
Name: smoketest
Descr: Executes the smoke tests
-->
@@ -577,6 +566,17 @@
</plugins>
</build>
</profile>
+
+ <!--
+ Name: testsuite
+ Descr: Executes the testsuite
+ -->
+ <profile>
+ <id>testsuite</id>
+ <modules>
+ <module>modules/testsuite</module>
+ </modules>
+ </profile>
</profiles>
</project>
Show replies by date