commit | a47ff57fc2342e84eaa7054aab10994c7d4fd860 | [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 | fcc5f326cb7039dae85d801de5ca4f74e9f7cc7b [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>