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 23:13:41 UTC

svn commit: r583615 - /geronimo/server/branches/2.0/testsuite/console-testsuite/pom.xml

Author: prasad
Date: Wed Oct 10 14:13:39 2007
New Revision: 583615

URL: http://svn.apache.org/viewvc?rev=583615&view=rev
Log:
* removed execution for starting the console explicitly

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

Modified: geronimo/server/branches/2.0/testsuite/console-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/console-testsuite/pom.xml?rev=583615&r1=583614&r2=583615&view=diff
==============================================================================
--- geronimo/server/branches/2.0/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.0/testsuite/console-testsuite/pom.xml Wed Oct 10 14:13:39 2007
@@ -39,11 +39,6 @@
         Geronimo console testsuite.
     </description>
     
-    <!-- FIXME : a better idea would be to get the container name from the installed assembly or running server -->
-    <properties>
-      <container>jetty6</container>
-    </properties>
-    
     <build>
         <plugins>
             <plugin>
@@ -84,19 +79,6 @@
                     <plugin>
                         <groupId>org.apache.geronimo.plugins</groupId>
                         <artifactId>geronimo-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>start-webconsole</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.configs/webconsole-${container}/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-                            
-                        </executions>
                     </plugin>
                 </plugins>
             </build>