mirror of https://github.com/apache/cloudstack.git
fix noredist build because of missing maven dependency of vmware 6.0 lib
This commit is contained in:
parent
123e9f81ab
commit
7914cdc2be
|
|
@ -35,3 +35,6 @@ mvn install:install-file -Dfile=vim25_51.jar -DgroupId=com.cloud.com.vmwa
|
||||||
|
|
||||||
# From https://my.vmware.com/group/vmware/get-download?downloadGroup=WEBSDK550
|
# From https://my.vmware.com/group/vmware/get-download?downloadGroup=WEBSDK550
|
||||||
mvn install:install-file -Dfile=vim25_55.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=5.5 -Dpackaging=jar
|
mvn install:install-file -Dfile=vim25_55.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=5.5 -Dpackaging=jar
|
||||||
|
|
||||||
|
# From https://my.vmware.com VMware-vSphere-SDK-6.0.0-3634981.zip
|
||||||
|
mvn install:install-file -Dfile=vim25_60.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.0 -Dpackaging=jar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue