Overview

This project uses Git to manage its source code. Instructions on Git use can be found at http://git-scm.com/documentation.

Web Browser Access

The following is a link to a browsable version of the source repository:

Anonymous Access

The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

$ git clone --branch maven-3.5.2 https://git-wip-us.apache.org/repos/asf/maven.git

Developer Access

只有项目开发人员可以通过这种方法访问 Git 树(参见http://git-scm.com/docs/git-clone)。

$ git clone --branch maven-3.5.2 https://git-wip-us.apache.org/repos/asf/maven.git

从防火墙后面访问

有关防火墙后访问的更多信息,请参阅所用 SCM 的文档。