Updated Branches: refs/heads/1.6.x fac981e00 -> 9e8d3b1c9
JCLOUDS-225: Setting 'clean install' as default release preparation goals Partially reverts 8cc82b0. Thanks to @iocanel for hunting that down! Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/9e8d3b1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/9e8d3b1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/9e8d3b1c Branch: refs/heads/1.6.x Commit: 9e8d3b1c9bb192055c95e413fd9a3a777f81febb Parents: fac981e Author: Andrew Phillips <[email protected]> Authored: Mon Aug 5 20:59:52 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 27 17:19:57 2013 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/9e8d3b1c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e481193..2ff0a80 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,7 @@ limitations under the License. <version>${maven-release-plugin.version}</version> <configuration> <useReleaseProfile>false</useReleaseProfile> + <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <arguments>-Pdoc -Papache-release ${arguments}</arguments> </configuration>
