You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/09/02 09:27:33 UTC

svn commit: r810390 - /felix/trunk/gogo/pom.xml

Author: gnodet
Date: Wed Sep  2 07:27:33 2009
New Revision: 810390

URL: http://svn.apache.org/viewvc?rev=810390&view=rev
Log:
Fix release process

Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=810390&r1=810389&r2=810390&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Wed Sep  2 07:27:33 2009
@@ -86,6 +86,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <preparationGoals>clean verify install</preparationGoals>
                     </configuration>
                 </plugin>
             </plugins>