Author: apetrelli Date: Mon Sep 10 07:49:47 2007 New Revision: 574268 URL: http://svn.apache.org/viewvc?rev=574268&view=rev Log: WW-2075 Merge from trunk to STRUTS_2_0_X. Added configuration to "struts-parent".
Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=574268&r1=574267&r2=574268&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Mon Sep 10 07:49:47 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> @@ -272,6 +277,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>