You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/09/29 21:47:32 UTC

svn commit: r451402 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Fri Sep 29 12:47:31 2006
New Revision: 451402

URL: http://svn.apache.org/viewvc?view=rev&rev=451402
Log:
Add selenium plugin to the tools profile

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=451402&r1=451401&r2=451402
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Sep 29 12:47:31 2006
@@ -1128,7 +1128,12 @@
                         <groupId>org.apache.geronimo.plugins</groupId>
                         <artifactId>geronimo-maven-plugin</artifactId>
                     </plugin>
-                    
+
+                    <plugin>
+                        <groupId>org.apache.geronimo.plugins</groupId>
+                        <artifactId>selenium-maven-plugin</artifactId>
+                    </plugin>
+
                     <plugin>
                         <groupId>org.apache.geronimo.genesis.plugins</groupId>
                         <artifactId>tools-maven-plugin</artifactId>