You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/12/11 17:22:57 UTC

svn commit: r603288 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml framework/configs/online-deployer/pom.xml

Author: gawor
Date: Tue Dec 11 08:22:57 2007
New Revision: 603288

URL: http://svn.apache.org/viewvc?rev=603288&view=rev
Log:
add plexus-archiver to the classpath for deployer (GERONIMO-3690)

Modified:
    geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml
    geronimo/server/trunk/framework/configs/online-deployer/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml?rev=603288&r1=603287&r2=603288&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/assembly/boilerplate.xml Tue Dec 11 08:22:57 2007
@@ -93,6 +93,7 @@
                 <include>org.apache.geronimo.modules:geronimo-transformer</include>
                 <!--<include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</include>-->
                 <!--<include>org.apache.geronimo.specs:geronimo-activation_1.1_spec</include>-->
+                <include>org.codehaus.plexus:plexus-archiver</include>
             </includes>
         </dependencySet>
         

Modified: geronimo/server/trunk/framework/configs/online-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/online-deployer/pom.xml?rev=603288&r1=603287&r2=603288&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/online-deployer/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/online-deployer/pom.xml Tue Dec 11 08:22:57 2007
@@ -183,6 +183,10 @@
                             <groupId>com.thoughtworks.xstream</groupId>
                             <artifactId>xstream</artifactId>
                         </element>
+                        <element>
+                            <groupId>org.codehaus.plexus</groupId>
+                            <artifactId>plexus-archiver</artifactId>
+                        </element>
                     </classpath>
                     <classpathPrefix>../lib</classpathPrefix>
                     <useMavenDependencies>