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 2008/03/16 19:30:54 UTC

svn commit: r637623 - /geronimo/genesis/trunk/pom.xml

Author: djencks
Date: Sun Mar 16 11:30:52 2008
New Revision: 637623

URL: http://svn.apache.org/viewvc?rev=637623&view=rev
Log:
specify stage plugin version so it can get downloaded.  May not be the best way to do this.... help appreciated

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=637623&r1=637622&r2=637623&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Sun Mar 16 11:30:52 2008
@@ -129,6 +129,12 @@
                 </plugin>
 
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-stage-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+
+                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>rat-maven-plugin</artifactId>
                     <version>1.0-alpha-3</version>
@@ -163,6 +169,11 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>rat-maven-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-stage-plugin</artifactId>
             </plugin>
 
         </plugins>