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 2007/09/13 11:31:35 UTC

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

Author: jdillon
Date: Thu Sep 13 02:31:35 2007
New Revision: 575238

URL: http://svn.apache.org/viewvc?rev=575238&view=rev
Log:
Some stuff to support the assembly and gsh muck

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=575238&r1=575237&r2=575238&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Sep 13 02:31:35 2007
@@ -1463,7 +1463,13 @@
             </dependency>
 
             <!-- GShell Support -->
-
+            
+            <dependency>
+                <groupId>org.apache.geronimo.gshell</groupId>
+                <artifactId>gshell-embeddable</artifactId>
+                <version>1.0-alpha-1-SNAPSHOT</version>
+            </dependency>
+            
             <dependency>
                 <groupId>org.apache.geronimo.gshell</groupId>
                 <artifactId>gshell-bootstrap</artifactId>
@@ -1528,6 +1534,12 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
                     <version>1.0-alpha-3</version>
+                </plugin>
+                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2-beta-1</version>
                 </plugin>
                 
                 <plugin>