Author: rgielen Date: Mon Nov 17 15:06:35 2008 New Revision: 718429 URL: http://svn.apache.org/viewvc?rev=718429&view=rev Log: WW-2872: Include install goal for release plugin to fix broken release:perform goal execution
Modified: struts/struts2/branches/release_process/pom.xml Modified: struts/struts2/branches/release_process/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/release_process/pom.xml?rev=718429&r1=718428&r2=718429&view=diff ============================================================================== --- struts/struts2/branches/release_process/pom.xml (original) +++ struts/struts2/branches/release_process/pom.xml Mon Nov 17 15:06:35 2008 @@ -169,7 +169,10 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <preparationGoals>clean verify install</preparationGoals> + </configuration> </plugin> </plugins> </pluginManagement>