You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/07 06:06:47 UTC

svn commit: r354714 - /geronimo/trunk/applications/remote-deploy/project.xml

Author: ammulder
Date: Tue Dec  6 21:06:43 2005
New Revision: 354714

URL: http://svn.apache.org/viewcvs?rev=354714&view=rev
Log:
Add a marker for the dependency plugin

Modified:
    geronimo/trunk/applications/remote-deploy/project.xml

Modified: geronimo/trunk/applications/remote-deploy/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/remote-deploy/project.xml?rev=354714&r1=354713&r2=354714&view=diff
==============================================================================
--- geronimo/trunk/applications/remote-deploy/project.xml (original)
+++ geronimo/trunk/applications/remote-deploy/project.xml Tue Dec  6 21:06:43 2005
@@ -41,6 +41,9 @@
             <groupId>geronimo</groupId>
             <artifactId>geronimo-remote-deploy-lib</artifactId>
             <version>${pom.currentVersion}</version>
+            <properties>
+                <geronimo.dependency>true</geronimo.dependency>
+            </properties>
         </dependency>
     </dependencies>
 </project>