From 8b916eea5c9bec20629574c64005dad7cc4673ed Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Tue, 26 Mar 2013 11:58:02 -0500 Subject: [PATCH] fixed git URL in building-with-maven-steps.xml --- docs/en-US/building-with-maven-steps.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/building-with-maven-steps.xml b/docs/en-US/building-with-maven-steps.xml index 319654fb290..1c15bfa96e1 100644 --- a/docs/en-US/building-with-maven-steps.xml +++ b/docs/en-US/building-with-maven-steps.xml @@ -25,7 +25,7 @@
Building Steps &PRODUCT; uses git for source version control, first make sure you have the source code by pulling it: - git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git + git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git Several Project Object Models (POM) are defined to deal with the various build targets of &PRODUCT;. Certain features require some packages that are not compatible with the Apache license and therefore need to be downloaded on your own. Check the wiki for additional information https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html. In order to build all the open source targets of &PRODUCT; do: mvn clean install The resulting jar files will be in the target directory of the subdirectory of the compiled module.