Updated Branches: refs/heads/master af428a52d -> 583a03c57
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/583a03c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/583a03c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/583a03c5 Branch: refs/heads/master Commit: 583a03c57eb02f422df798f391c682aac8bd03d8 Parents: af428a5 Author: Andrew Phillips <[email protected]> Authored: Sat Aug 17 17:18:51 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sat Aug 17 17:18:51 2013 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/583a03c5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b8dfae0..5629c09 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>
