You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/10 15:58:24 UTC

svn commit: r583475 - /geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml

Author: prasad
Date: Wed Oct 10 06:58:24 2007
New Revision: 583475

URL: http://svn.apache.org/viewvc?rev=583475&view=rev
Log:
* Skipping jetty tests  for now  till we figure out how to switch it dynamically

Modified:
    geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml

Modified: geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml?rev=583475&r1=583474&r2=583475&view=diff
==============================================================================
--- geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.0/testsuite/web-testsuite/pom.xml Wed Oct 10 06:58:24 2007
@@ -109,11 +109,11 @@
                     <plugin>
                         <groupId>org.apache.geronimo.genesis.plugins</groupId>
                         <artifactId>maven-maven-plugin</artifactId>
-                        <!-- Skipping tomcat tests  for now  till we figure out how to switch it dynamically -->
+                        <!-- Skipping jetty tests  for now  till we figure out how to switch it dynamically -->
                         <configuration>
                           <fileset>
                             <excludes>
-                              <exclude>test-tomcat/pom.xml</exclude>
+                              <exclude>test-jetty/pom.xml</exclude>
                             </excludes>
                           </fileset>
                         </configuration>