mirror of https://github.com/apache/cloudstack.git
Don't fail on execution of mvn as it is just a convenience function
This commit is contained in:
parent
378c98cb7e
commit
856958a784
|
|
@ -574,7 +574,7 @@
|
|||
<mkdir dir="${dep.cache.dir}" />
|
||||
|
||||
<!-- Download all dependencies using maven -->
|
||||
<exec executable="mvn" >
|
||||
<exec executable="mvn" failifexecutionfails="false">
|
||||
<arg value="-P"/>
|
||||
<arg value="deps"/>
|
||||
<arg value="-pl"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue