Updated Branches: refs/heads/4.1 32bd1aba5 -> 8b916eea5
fixed git URL in building-with-maven-steps.xml Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b916eea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b916eea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8b916eea Branch: refs/heads/4.1 Commit: 8b916eea5c9bec20629574c64005dad7cc4673ed Parents: 32bd1ab Author: Joe Brockmeier <j...@zonker.net> Authored: Tue Mar 26 11:58:02 2013 -0500 Committer: Joe Brockmeier <j...@zonker.net> Committed: Tue Mar 26 11:58:02 2013 -0500 ---------------------------------------------------------------------- docs/en-US/building-with-maven-steps.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8b916eea/docs/en-US/building-with-maven-steps.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/building-with-maven-steps.xml b/docs/en-US/building-with-maven-steps.xml index 319654f..1c15bfa 100644 --- a/docs/en-US/building-with-maven-steps.xml +++ b/docs/en-US/building-with-maven-steps.xml @@ -25,7 +25,7 @@ <section id="building-with-maven-steps"> <title>Building Steps</title> <para>&PRODUCT; uses git for source version control, first make sure you have the source code by pulling it:</para> - <programlisting>git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</programlisting> + <programlisting>git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git</programlisting> <para>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 <ulink url="https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html">https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html</ulink>. In order to build all the open source targets of &PRODUCT; do:</para> <para><programlisting>mvn clean install</programlisting></para> <para>The resulting jar files will be in the target directory of the subdirectory of the compiled module.</para>