You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2007/08/31 20:30:52 UTC

svn commit: r571533 - /struts/struts2/trunk/pom.xml

Author: apetrelli
Date: Fri Aug 31 11:30:51 2007
New Revision: 571533

URL: http://svn.apache.org/viewvc?rev=571533&view=rev
Log:
WW-2075
Added configuration to "struts-parent".

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=571533&r1=571532&r2=571533&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Aug 31 11:30:51 2007
@@ -66,6 +66,11 @@
 
     <ciManagement/>
     <distributionManagement>
+        <repository>
+            <id>struts-staging</id>
+            <name>Apache Struts Staging Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/builds/struts/${pom.version}/m2-staging-repository</url>
+        </repository>
         <snapshotRepository>
            <id>apache.snapshots</id>
            <uniqueVersion>false</uniqueVersion>
@@ -276,6 +281,13 @@
                         </configuration>
                     </execution>
                   </executions>
+                </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>        
+                  <artifactId>maven-release-plugin</artifactId>
+                  <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                  </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>