You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/15 22:29:48 UTC

[40/50] [abbrv] git commit: install-non-oss: mvn install file vmware-lib-jaxrpc.jar

install-non-oss: mvn install file vmware-lib-jaxrpc.jar

installing nonoss libs to ~/.m2 should include vmware-lib-jaxrpc jar

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fa23c1d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fa23c1d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fa23c1d7

Branch: refs/heads/junit-tests
Commit: fa23c1d7a5d0c0fd300c559f76e9e66de7b9b612
Parents: 07a7ce3
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Oct 11 14:59:06 2012 +0530
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Oct 15 16:19:14 2012 -0400

----------------------------------------------------------------------
 deps/install-non-oss.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fa23c1d7/deps/install-non-oss.sh
----------------------------------------------------------------------
diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 9c65a31..827f59b 100755
--- a/deps/install-non-oss.sh
+++ b/deps/install-non-oss.sh
@@ -23,3 +23,4 @@ mvn install:install-file -Dfile=cloud-manageontap.jar   -DgroupId=com.cloud.com.
 mvn install:install-file -Dfile=vmware-vim.jar          -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim      -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=vmware-vim25.jar        -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25    -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=vmware-apputils.jar     -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=1.0   -Dpackaging=jar
+mvn install:install-file -Dfile=vmware-lib-jaxrpc.jar   -DgroupId=com.cloud.com.vmware -DartifactId=vmware-lib-jaxrpc -Dversion=1.0  -Dpackaging=jar