mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fixed build for windows
This commit is contained in:
parent
1aa7a50cf2
commit
9095f0b268
@ -583,8 +583,11 @@
|
|||||||
<mkdir dir="${docs.dir}" />
|
<mkdir dir="${docs.dir}" />
|
||||||
<mkdir dir="${dep.cache.dir}" />
|
<mkdir dir="${dep.cache.dir}" />
|
||||||
|
|
||||||
|
<condition property="mvn" value="mvn.bat" else="mvn">
|
||||||
|
<os family="Windows"/>
|
||||||
|
</condition>
|
||||||
<!-- Download all dependencies using maven -->
|
<!-- Download all dependencies using maven -->
|
||||||
<exec executable="mvn" failifexecutionfails="false">
|
<exec executable="${mvn}" resolveexecutable="true" searchpath="true" failifexecutionfails="false">
|
||||||
<arg value="-P"/>
|
<arg value="-P"/>
|
||||||
<arg value="deps"/>
|
<arg value="deps"/>
|
||||||
<arg value="-pl"/>
|
<arg value="-pl"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user