You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/09/29 22:33:51 UTC

svn commit: r700241 - /geronimo/samples/branches/2.1/pom.xml

Author: jbohn
Date: Mon Sep 29 13:33:51 2008
New Revision: 700241

URL: http://svn.apache.org/viewvc?rev=700241&view=rev
Log:
specify preparationGoals for maven-release-plugin in pluginManagement

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

Modified: geronimo/samples/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/pom.xml?rev=700241&r1=700240&r2=700241&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/pom.xml (original)
+++ geronimo/samples/branches/2.1/pom.xml Mon Sep 29 13:33:51 2008
@@ -119,6 +119,14 @@
                         <source>1.5</source>
                     </configuration>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <preparationGoals>clean install</preparationGoals>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>