Source Repository
Maven projects use Git or Subversion to manage their source code: decisions to stay with Subversion or move to Git are tracked on Maven's Wiki.
Instructions on Subversion use can be found in the online book Version Control with Subversion. Instructions on Git use can be found in the online book Pro Git. Instructions for using the Apache Software Foundation Git repositories are at https://git-wip-us.apache.org.
Full Maven Sources
As described in the next paragraphs, Maven full source code is dispatched in more than 100 Git repos: Maven core, but also plugins or components, skins, a few svn2git read-only mirrors...
To check out full Maven source code easily, we provide a simple way using additional Google repo tool and an additional Git repository for tool's manifest:
Apache Maven full source code | https://gitbox.apache.org/repos/asf/maven-sources.git |
(GitHub mirror) |
- Install a git client if needed and the Google Repo tool (see manual install instructions).
- Check out a new repo workspace and prepare master branch:
repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git repo sync repo start master --all
- In your IDE, import the projects you're interested in from the repo workspace. Or directly build with command line the component you want.
Maven Sources Overview
Each component has its own Jira project or component for issue tracking: see the Issue Management report to get a summary.
Maven Site
The sources for this site are available in a distinct Git repository:
Apache Maven Site | https://gitbox.apache.org/repos/asf/maven-site.git |
(GitHub mirror) | Jira MNGSITE |
Maven Core
The Git repository for Maven contains a master branch which is the current development version. There is also a branch for maven-2.2.X or maven-3.0.x. In addition, the integration tests for the Maven core have their own repository.
Apache Maven | https://gitbox.apache.org/repos/asf/maven.git |
(GitHub mirror) | Jira MNG |
Apache Maven Core ITs | https://gitbox.apache.org/repos/asf/maven-integration-testing.git |
(GitHub mirror) |
Other Components
The source repositories for the various plugins are in Git, listed in the documentation of the respective plugin, reachable via the plugin index.
There are also many shared components and subsystems with their own source repositories, mainly in Git, some in Subversion.
Components in Git
The components in Git are:
Components in Subversion
Everything in Subversion can be checked-out from a single entry point, referencing each part through svn:externals
https://svn.apache.org/repos/asf/maven/trunks/
You can also check out every component separately. The components in Subversion are:
Maven Project (mainly KEYS) | https://svn.apache.org/repos/asf/maven/project/ |
|
Maven Sandbox | https://svn.apache.org/repos/asf/maven/sandbox/trunk/ |
(GitHub mirror) |
A variety of other subsystems (including obsolete trees replaced by git) | https://svn.apache.org/repos/asf/maven/ |