You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/08/06 03:01:21 UTC

git commit: JCLOUDS-225: Setting 'clean install' as default release preparation goals

Updated Branches:
  refs/heads/jclouds-225 [created] ca14ec811


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/ca14ec81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/ca14ec81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/ca14ec81

Branch: refs/heads/jclouds-225
Commit: ca14ec81151eee44b4923d273660415d1dd0bbcc
Parents: af428a5
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Aug 5 20:59:52 2013 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Aug 5 20:59:52 2013 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/ca14ec81/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>