|
8 | 8 | # with the License. You may obtain a copy of the License at |
9 | 9 | # |
10 | 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
11 | | -# |
| 11 | +# |
12 | 12 | # Unless required by applicable law or agreed to in writing, |
13 | 13 | # software distributed under the License is distributed on an |
14 | 14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
|
19 | 19 | mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com.f5 -DartifactId=icontrol -Dversion=1.0 -Dpackaging=jar |
20 | 20 | mvn install:install-file -Dfile=cloud-netscaler.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler -Dversion=1.0 -Dpackaging=jar |
21 | 21 | mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar |
22 | | -# |
| 22 | + |
23 | 23 | # From http://support.netapp.com/ (not available online, contact your support representative) |
24 | 24 | # Version: 4.0 |
| 25 | +if [ -e cloud-manageontap.jar ]; then mv cloud-manageontap.jar manageontap.jar; fi |
25 | 26 | mvn install:install-file -Dfile=manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=4.0 -Dpackaging=jar |
26 | | -# |
| 27 | + |
27 | 28 | # From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSDK41 |
28 | | -# Version: 4.1, Release-date: 2010-07-13, Build: 257238 |
| 29 | +# Version: 4.1, Release-date: 2010-07-13, Build: 257238 |
| 30 | +if [ -e vmware-apputils.jar ]; then mv vmware-apputils.jar apputils.jar; fi |
| 31 | +if [ -e vmware-vim.jar ]; then mv vmware-vim.jar vim.jar; fi |
| 32 | +if [ -e vmware-vim25.jar ]; then mv vmware-vim25.jar vim25.jar; fi |
29 | 33 | mvn install:install-file -Dfile=vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=4.1 -Dpackaging=jar |
30 | 34 | mvn install:install-file -Dfile=apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=4.1 -Dpackaging=jar |
31 | 35 | mvn install:install-file -Dfile=vim.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim -Dversion=4.1 -Dpackaging=jar |
0 commit comments