You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2008/11/16 16:16:45 UTC

svn commit: r718045 - /struts/struts2/branches/STRUTS_2_0_X/pom.xml

Author: rgielen
Date: Sun Nov 16 07:16:45 2008
New Revision: 718045

URL: http://svn.apache.org/viewvc?rev=718045&view=rev
Log:
WW-2872:
Trying to fix release process

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=718045&r1=718044&r2=718045&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Nov 16 07:16:45 2008
@@ -159,11 +159,12 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-release-plugin</artifactId>
-                  <configuration>
-                    <useReleaseProfile>true</useReleaseProfile>
-                  </configuration>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <preparationGoals>clean verify install</preparationGoals>
+                        <useReleaseProfile>true</useReleaseProfile>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>