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 2006/12/07 18:39:13 UTC

svn commit: r483563 - /geronimo/server/trunk/testsuite/console-testsuite/pom.xml

Author: prasad
Date: Thu Dec  7 09:39:12 2006
New Revision: 483563

URL: http://svn.apache.org/viewvc?view=rev&rev=483563
Log:
* a hack. using the ${container} to switch between the 2 containers.

Modified:
    geronimo/server/trunk/testsuite/console-testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/console-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/pom.xml?view=diff&rev=483563&r1=483562&r2=483563
==============================================================================
--- geronimo/server/trunk/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/console-testsuite/pom.xml Thu Dec  7 09:39:12 2006
@@ -50,6 +50,11 @@
             <artifactId>selenium-server</artifactId>
         </dependency>
     </dependencies>
+
+    <!-- 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>
@@ -99,7 +104,7 @@
                                     <goal>start-module</goal>
                                 </goals>
                                 <configuration>
-                                    <moduleId>org.apache.geronimo.configs/webconsole-jetty/${version}/car</moduleId>
+                                    <moduleId>org.apache.geronimo.configs/webconsole-${container}/${version}/car</moduleId>
                                 </configuration>
                             </execution>
                             
@@ -110,7 +115,7 @@
                                     <goal>stop-module</goal>
                                 </goals>
                                 <configuration>
-                                    <moduleId>org.apache.geronimo.configs/webconsole-jetty/${version}/car</moduleId>
+                                    <moduleId>org.apache.geronimo.configs/webconsole-${container}/${version}/car</moduleId>
                                 </configuration>
                             </execution>
                         </executions>