Author: jdillon
Date: Thu May 8 23:34:39 2008
New Revision: 654692
URL: http://svn.apache.org/viewvc?rev=654692&view=rev
Log:
Document what this ugly config does
Modified:
geronimo/server/trunk/testsuite/pom.xml
Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=654692&r1=654691&r2=654692&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu May 8 23:34:39 2008
@@ -118,7 +118,12 @@
</webResources>
</configuration>
</plugin>
-
+
+ <!--
+ NOTE: This horrible looking configuration sets up the surefire plugin to
+ not run tests durring the 'test' phase, but instead during the
+ 'integration-test' phase.
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
|