You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/10 16:27:44 UTC

svn commit: r693852 - /geronimo/server/branches/2.1/pom.xml

Author: dwoods
Date: Wed Sep 10 07:27:43 2008
New Revision: 693852

URL: http://svn.apache.org/viewvc?rev=693852&view=rev
Log:
merge in staging profile changes from 2.1.3

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=693852&r1=693851&r2=693852&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Wed Sep 10 07:27:43 2008
@@ -2588,11 +2588,20 @@
         </profile>
 
         <profile>
-            <id>release</id>
+            <id>staging</id>
 
             <build>
                 <plugins>
-                    
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-release-plugin</artifactId>
+                        <configuration>
+                            <useReleaseProfile>false</useReleaseProfile>
+                            <goals>deploy</goals>
+                            <arguments>-Prelease</arguments>
+                        </configuration>
+                    </plugin>
+
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
@@ -2620,9 +2629,17 @@
                             <updateReleaseInfo>true</updateReleaseInfo>
                         </configuration>
                     </plugin>
-
                 </plugins>
             </build>
+
+            <modules>
+                <module>repository</module>
+                <module>buildsupport</module>
+                <module>testsupport</module>
+                <module>framework</module>
+                <module>plugins</module>
+                <module>assemblies</module>
+            </modules>
         </profile>
     </profiles>