Fix release process

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@810390 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/pom.xml b/gogo/pom.xml
index 316c825..d5e80c6 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -86,6 +86,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <preparationGoals>clean verify install</preparationGoals>
                     </configuration>
                 </plugin>
             </plugins>