mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
debian: force maven to use the default $home/.m2 repo
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
67a23554cf
commit
a86034e36c
2
debian/rules
vendored
2
debian/rules
vendored
@ -8,7 +8,6 @@ PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
|
|||||||
SYSCONFDIR = "/etc"
|
SYSCONFDIR = "/etc"
|
||||||
DESTDIR = "debian/tmp"
|
DESTDIR = "debian/tmp"
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python2
|
dh $@ --with python2
|
||||||
|
|
||||||
@ -19,6 +18,7 @@ override_dh_auto_configure:
|
|||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
mvn -T C1.5 clean package -Pawsapi -DskipTests -Dsystemvm \
|
mvn -T C1.5 clean package -Pawsapi -DskipTests -Dsystemvm \
|
||||||
-Dcs.replace.properties=replace.properties.tmp \
|
-Dcs.replace.properties=replace.properties.tmp \
|
||||||
|
-Dmaven.repo.local=$(HOME)/.m2/repository
|
||||||
${ACS_BUILD_OPTS}
|
${ACS_BUILD_OPTS}
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user