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>