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

svn commit: r399037 - /geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml

Author: djencks
Date: Tue May  2 13:21:07 2006
New Revision: 399037

URL: http://svn.apache.org/viewcvs?rev=399037&view=rev
Log:
GERONIMO-1966 fix annoying stack trace in boot config

Modified:
    geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml

Modified: geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml?rev=399037&r1=399036&r2=399037&view=diff
==============================================================================
--- geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml (original)
+++ geronimo/branches/1.1/configs/geronimo-gbean-deployer/maven.xml Tue May  2 13:21:07 2006
@@ -30,7 +30,7 @@
         <define:taglib uri="geronimo:gbean-deployer-boot">
             <define:jellybean name="boot" className="org.apache.geronimo.deployment.PluginBootstrap" method="bootstrap"/>
         </define:taglib>
-
+        <ant:mkdir dir="${maven.build.dir}/repository"/>
         <boot:boot
                 localRepo="${maven.repo.local}"
                 plan="${geronimo.packaging.buildFile}"