mirror of https://github.com/apache/cloudstack.git
debian: When building packages run a Maven clean first
This commit is contained in:
parent
1201d623a7
commit
2336d478be
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue