mirror of https://github.com/apache/maven.git
fix svn repo address
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5658a07c39
commit
d22a8e8750
|
@ -28,7 +28,7 @@ Building Maven 2.0
|
||||||
To build Maven 2.0, you need the <<<components>>> module. To check that out, run the command:
|
To build Maven 2.0, you need the <<<components>>> module. To check that out, run the command:
|
||||||
|
|
||||||
-------------------
|
-------------------
|
||||||
svn co http://svn.apache.org/repos/asf/maven/components/trunk maven-components
|
svn co https://svn.apache.org/repos/asf/maven/components/trunk maven-components
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
The <<<maven-components>>> directory will contain the source code. Note that this contains all of the plugins and
|
The <<<maven-components>>> directory will contain the source code. Note that this contains all of the plugins and
|
||||||
|
|
Loading…
Reference in New Issue