Updated Branches:
  refs/heads/4.1 d9084df9a -> 5ff642ad4

debian: When building packages run a Maven clean first


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5ff642ad
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5ff642ad
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5ff642ad

Branch: refs/heads/4.1
Commit: 5ff642ad401fc758467400300067089bf94c4d07
Parents: d9084df
Author: Wido den Hollander <w...@42on.com>
Authored: Thu May 23 23:19:03 2013 +0200
Committer: Wido den Hollander <w...@42on.com>
Committed: Tue May 28 10:41:15 2013 +0200

----------------------------------------------------------------------
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5ff642ad/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 8421ac4..9a2f85c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ build: build-indep
 build-indep: build-indep-stamp
 
 build-indep-stamp: configure
-       mvn package -Pawsapi -DskipTests -Dsystemvm \
+       mvn clean package -Pawsapi -DskipTests -Dsystemvm \
         -Dcs.replace.properties=replace.properties.tmp \
                ${ACS_BUILD_OPTS}
        touch $@

Reply via email to