Repository: cloudstack
Updated Branches:
  refs/heads/master 67a23554c -> a86034e36


debian: force maven to use the default $home/.m2 repo

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


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

Branch: refs/heads/master
Commit: a86034e36c12ff91f90adbda7464ca1bc5a5e4a7
Parents: 67a2355
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Thu Apr 30 19:03:53 2015 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Thu Apr 30 19:03:53 2015 +0200

----------------------------------------------------------------------
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a86034e3/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index ed23d4b..be20a20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
 SYSCONFDIR = "/etc"
 DESTDIR = "debian/tmp"
 
-
 %:
        dh $@ --with python2
 
@@ -19,6 +18,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
        mvn -T C1.5 clean package -Pawsapi -DskipTests -Dsystemvm \
            -Dcs.replace.properties=replace.properties.tmp \
+           -Dmaven.repo.local=$(HOME)/.m2/repository
             ${ACS_BUILD_OPTS}
 
 override_dh_auto_clean:

Reply via email to