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 2012/04/11 23:56:21 UTC

svn commit: r1325029 - /geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml

Author: djencks
Date: Wed Apr 11 21:56:21 2012
New Revision: 1325029

URL: http://svn.apache.org/viewvc?rev=1325029&view=rev
Log:
GERONIMO-6322 make offline-deployer work on ebas

Modified:
    geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml

Modified: geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml?rev=1325029&r1=1325028&r2=1325029&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/aries/aries-deployer/pom.xml Wed Apr 11 21:56:21 2012
@@ -78,6 +78,12 @@
                 <artifactId>car-maven-plugin</artifactId>
                 <configuration>
                     <category>Aries</category>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content/>
+                            <config-xml-content server="offline" />
+                        </plugin-artifact>
+                    </instance>
                 </configuration>
             </plugin>
         </plugins>