-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
18 lines (13 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Install :
vCloud SDK is not available in any maven repository, you have to manually install the following 2 jar in your maven repo :
* rest-api-schemas-1.5.0.jar
* vcloud-java-sdk-1.5.0.jar
* vcloud-1.5-javadoc.jar : Optional, contains Javadoc for the two previous Jar
mvn install:install-file -Dfile=vcloud-java-sdk-1.5.0.jar -DgroupId=com.vmware -DartifactId=vcloud -Dversion=1.5 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=rest-api-schemas-1.5.0.jar -DgroupId=com.vmware -DartifactId=rest-api-schemas -Dversion=1.5 -Dpackaging=jar -DgeneratePom=true
(optional) mvn install:install-file -Dfile=vcloud-1.5-javadoc.jar -DgroupId=com.vmware -DartifactId=vcloud -Dversion=1.5 -Dpackaging=jar -DgeneratePom=true -Dclassifier=javadoc
(optional) mvn install:install-file -Dfile=vcloud-1.5-javadoc.jar -DgroupId=com.vmware -DartifactId=rest-api-schemas -Dversion=1.5 -Dpackaging=jar -DgeneratePom=true -Dclassifier=javadoc
You have to download vCloud SDK here (need registration) : http://communities.vmware.com/community/vmtn/developer/forums/vcloudsdkjava
Tip : If you dont want to register, you can download vCloud SDK for Java 1.5.0 -Community Samples in the same page (direct download :
http://communities.vmware.com/servlet/JiveServlet/downloadBody/17023-102-1-21875/VMware-vCloudDirector-JavaSDK-Community-1.5.0-472414.zip).
The two jar are available in the lib directory. Nevertheless the Javadoc is not available in this package.