commit | 060f32be0e3d32ecd6067bff20b8c1ea40a50c29 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Wed Sep 02 07:27:33 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Wed Sep 02 07:27:33 2009 +0000 |
tree | 072d9541c22714173b4908d81fc38d90ca03d51f | |
parent | 5a60ee9181e7582fae47059fa5305da4d9a4039c [diff] |
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>