add note in README for installing maven third parties jars
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7999dd06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7999dd06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7999dd06 Branch: refs/heads/master Commit: 7999dd06acf7decf24b173f445702bab91d3839c Parents: f218003 Author: olivier lamy <[email protected]> Authored: Tue Aug 28 23:36:21 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Tue Aug 28 23:36:21 2012 +0200 ---------------------------------------------------------------------- README.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7999dd06/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e4f1bd2..ebf4fa5 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,6 @@ http://cloudstack.org/download.html [Users Mailing list](mailto:[email protected]) [Commits mailing list](mailto:[email protected]) - +#Maven build +Some third parties jars are non available in Maven central. +So install it with: cd deps&&sh ./install-non-oss.sh
