You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/08/29 00:09:50 UTC

[2/14] git commit: document non oss maven build activation

document non oss maven build activation


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

Branch: refs/heads/master
Commit: 5bb395ed0a7bc54718001f268cbf6f401bd80c66
Parents: de31ac3
Author: olivier lamy <ol...@apache.org>
Authored: Wed Aug 29 00:08:53 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Aug 29 00:08:53 2012 +0200

----------------------------------------------------------------------
 README.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5bb395ed/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 25f6246..8bab6b8 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ http://cloudstack.org/download.html
 #Maven build
 Some third parties jars are non available in Maven central.
 So install it with: cd deps&&sh ./install-non-oss.sh
+Now you are able to activate nonoss build with adding -Dnonoss to maven cli.
 
 to run webapp client:
 mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am