blob: 8dd2f38c3534e76f6be4bce5d6be08b1a8732818 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Source Repository</title>
<author>Benjamin Bentmann</author>
</properties>
<body>
<section name="Source Repository">
<p>
Maven projects use <a href="http://git-scm.com/">Git</a> or <a href="http://subversion.apache.org/">Subversion</a> to manage their source code:
decisions to stay with Subversion or move to Git are tracked on <a href="https://cwiki.apache.org/confluence/display/MAVEN/Git+Migration">Maven's Wiki</a>.
</p>
<p>
Instructions on Subversion use can be found in the online book <a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>.
Instructions on Git use can be found in the online book <a href="http://git-scm.com/book/">Pro Git</a>.
Instructions for using the Apache Software Foundation Git repositories are at <a href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
</p>
<subsection name="Full Maven Sources">
<p>
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...
</p>
<p>
To check out full Maven source code easily, we provide a simple way using additional <a href="https://android.googlesource.com/tools/repo">Google repo</a> tool
and an additional Git repository for tool's manifest:
<table>
<tr>
<td>Apache Maven <a href="https://github.com/apache/maven-sources/blob/master/default.xml">full source code</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-sources.git">https://gitbox.apache.org/repos/asf/maven-sources.git</a></source></td>
<td><a href="https://github.com/apache/maven-sources/">(GitHub mirror)</a></td>
</tr>
</table>
</p>
<ol>
<li>Install a git client if needed and the <a href="https://android.googlesource.com/tools/repo">Google Repo</a> tool
(see <a href="https://source.android.com/setup/build/downloading#installing-repo">manual install instructions</a>).</li>
<li>Check out a new repo workspace and prepare master branch:
<pre>repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git
repo sync
repo start master --all</pre>
</li>
<li>In your IDE, import the projects you're interested in from the repo workspace. Or directly build with command line the component you want.</li>
</ol>
</subsection>
<subsection name="Maven Sources Overview">
<p align="center">
<img src="maven-sources.png" width="843" height="837" border="0" usemap="#maven-sources" />
<map name="maven-sources">
<area shape="rect" coords="8,1,82,36" alt="Site" href="https://github.com/apache/maven-site" />
<area shape="rect" coords="100,0,205,37" alt="Sources" href="https://github.com/apache/maven-sources/" />
<area shape="rect" coords="89,43,171,78" alt="Maven" href="/ref/current" />
<area shape="rect" coords="178,43,275,78" alt="Core ITs" href="/core-its" />
<area shape="rect" coords="283,43,387,78" alt="Resolver" href="/resolver" />
<area shape="rect" coords="393,43,497,78" alt="Ant Tasks" href="/resolver-ant-tasks" />
<area shape="rect" coords="1,89,842,424" alt="Plugins" href="/plugins" />
<area shape="rect" coords="80,432,163,466" alt="Doxia" href="/doxia/doxia" />
<area shape="rect" coords="169,432,278,467" alt="Site Tools" href="/doxia/doxia-site-tools" />
<area shape="rect" coords="283,432,359,466" alt="Site" href="/doxia" />
<area shape="rect" coords="445,431,549,466" alt="Converter" href="/doxia/doxia-tools/doxia-converter" />
<area shape="rect" coords="554,431,659,466" alt="Linkcheck" href="/doxia/doxia-tools/doxia-linkcheck" />
<area shape="rect" coords="69,473,191,508" alt="Archetypes" href="/archetypes" />
<area shape="rect" coords="198,473,272,508" alt="Poms" href="/pom" />
<area shape="rect" coords="280,473,355,508" alt="Skins" href="/skins" />
<area shape="rect" coords="392,472,468,507" alt="Studies" href="/studies" />
<area shape="rect" coords="502,473,597,508" alt="Indexer" href="/maven-indexer" />
<area shape="rect" coords="604,473,699,509" alt="Wagon" href="/wagon" />
<area shape="rect" coords="705,473,836,509" alt="Plugin testing" href="/plugin-testing" />
<area shape="rect" coords="69,515,164,551" alt="dist tool" href="https://builds.apache.org/job/dist-tool-plugin/site/index.html" />
<area shape="rect" coords="280,514,354,550" alt="env" href="https://github.com/apache/maven-jenkins-env" />
<area shape="rect" coords="360,515,435,550" alt="lib" href="https://github.com/apache/maven-jenkins-lib" />
<area shape="rect" coords="1,557,833,779" alt="shared" href="/shared" />
<area shape="rect" coords="1,787,560,836" alt="Plexus" href="https://codehaus-plexus.github.io/" />
</map>
</p>
<p>Each component has its own Jira project or component for issue tracking:
see the <a href="/issue-management.html">Issue Management report</a> to get a summary.
</p>
</subsection>
<subsection name="Maven Site">
<p>
The sources for this site are available in a distinct Git repository:
<table>
<tr>
<td><a href="/">Apache Maven Site</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-site.git">https://gitbox.apache.org/repos/asf/maven-site.git</a></source></td>
<td><a href="https://github.com/apache/maven-site/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MNGSITE/">Jira MNGSITE</a></td>
</tr>
</table>
</p>
</subsection>
<subsection name="Maven Core">
<p>
The Git repository for <a href="/ref/current/">Maven</a> 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 <a href="/core-its/">integration tests for the Maven core</a> have their own repository.
<table>
<tr>
<td><a href="/ref/current/">Apache Maven</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven.git">https://gitbox.apache.org/repos/asf/maven.git</a></source></td>
<td><a href="https://github.com/apache/maven/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MNG/">Jira MNG</a></td>
</tr>
<tr>
<td><a href="/core-its/">Apache Maven Core ITs</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-integration-testing.git">https://gitbox.apache.org/repos/asf/maven-integration-testing.git</a></source></td>
<td><a href="https://github.com/apache/maven-integration-testing/">(GitHub mirror)</a></td>
</tr>
</table>
</p>
</subsection>
<subsection name="Other Components">
<p>
The source repositories for the various plugins are in Git, listed in the documentation of the respective plugin,
reachable via the <a href="/plugins/index.html">plugin index</a>.
</p>
<p>
There are also many shared components and subsystems with their own source repositories, mainly in Git, some in Subversion.
</p>
<h4>Components in Git</h4>
<p>
The components in Git are:
<table>
<tr>
<td><a href="/archetype/">Apache Maven Archetype</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-archetype.git">https://gitbox.apache.org/repos/asf/maven-archetype.git</a></source></td>
<td><a href="https://github.com/apache/maven-archetype/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MARCHETYPE/">Jira MARCHETYPE</a></td>
</tr>
<tr>
<td><a href="/archetypes/">Apache Maven Archetypes</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-archetypes.git">https://gitbox.apache.org/repos/asf/maven-archetypes.git</a></source></td>
<td><a href="https://github.com/apache/maven-archetypes/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MARCHETYPES/">Jira MARCHETYPES</a></td>
</tr>
<tr>
<td><a href="/resolver/">Apache Maven Artifact Resolver</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-resolver.git">https://gitbox.apache.org/repos/asf/maven-resolver.git</a></source></td>
<td><a href="https://github.com/apache/maven-resolver/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MRESOLVER/">Jira MRESOLVER</a></td>
</tr>
<tr>
<td><a href="/resolver-ant-tasks/">Apache Maven Artifact Resolver Ant Tasks</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git">https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</a></source></td>
<td><a href="https://github.com/apache/maven-resolver-ant-tasks/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MRESOLVER/">Jira MRESOLVER</a></td>
</tr>
<tr>
<td><a href="https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/">Apache Maven Distribution Checking Tool</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-dist-tool.git">https://gitbox.apache.org/repos/asf/maven-dist-tool.git</a></source></td>
<td><a href="https://github.com/apache/maven-dist-tool/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/enforcer/">Apache Maven Enforcer</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-enforcer.git">https://gitbox.apache.org/repos/asf/maven-enforcer.git</a></source></td>
<td><a href="https://github.com/apache/maven-enforcer/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MENFORCER/">Jira MENFORCER</a></td>
</tr>
<tr>
<td><a href="/jxr/">Apache Maven JXR</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jxr.git">https://gitbox.apache.org/repos/asf/maven-jxr.git</a></source></td>
<td><a href="https://github.com/apache/maven-jxr/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/JXR/">Jira JXR</a></td>
</tr>
<tr>
<td><a href="/maven-indexer/">Apache Maven Indexer</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-indexer.git">https://gitbox.apache.org/repos/asf/maven-indexer.git</a></source></td>
<td><a href="https://github.com/apache/maven-indexer/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MINDEXER/">Jira MINDEXER</a></td>
</tr>
<tr>
<td><a href="/plugin-testing/">Apache Maven Plugin Testing</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-plugin-testing.git">https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</a></source></td>
<td><a href="https://github.com/apache/maven-plugin-testing/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MPLUGINTESTING/">Jira MPLUGINTESTING</a></td>
</tr>
<tr>
<td><a href="/plugin-tools/">Apache Maven Plugin Tools</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-plugin-tools.git">https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</a></source></td>
<td><a href="https://github.com/apache/maven-plugin-tools/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MPLUGIN/">Jira MPLUGIN</a></td>
</tr>
<tr>
<td><a href="/maven-release/">Apache Maven Release</a> (Release api and plugin)</td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-release.git">https://gitbox.apache.org/repos/asf/maven-release.git</a></source></td>
<td><a href="https://github.com/apache/maven-release/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/MRELEASE/">Jira MRELEASE</a></td>
</tr>
<tr>
<td><a href="/scm/">Apache Maven SCM</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-scm.git">https://gitbox.apache.org/repos/asf/maven-scm.git</a></source></td>
<td><a href="https://github.com/apache/maven-scm/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/SCM/">Jira SCM</a></td>
</tr>
<tr>
<td><a href="/surefire/">Apache Maven Surefire</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-surefire.git">https://gitbox.apache.org/repos/asf/maven-surefire.git</a></source></td>
<td><a href="https://github.com/apache/maven-surefire/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/SUREFIRE/">Jira SUREFIRE</a></td>
</tr>
<tr>
<td><a href="/wagon/">Apache Maven Wagon</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-wagon.git">https://gitbox.apache.org/repos/asf/maven-wagon.git</a></source></td>
<td><a href="https://github.com/apache/maven-wagon/">(GitHub mirror)</a></td>
<td><a href="https://issues.apache.org/jira/projects/WAGON/">Jira WAGON</a></td>
</tr>
<tr>
<th>Plugins</th>
</tr>
<tr>
<td><a href="/plugins/maven-acr-plugin/">Apache Maven ACR Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-acr-plugin.git">https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-acr-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-ant-plugin/">Apache Maven Ant Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-ant-plugin.git">https://gitbox.apache.org/repos/asf/maven-ant-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-ant-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-antrun-plugin/">Apache Maven AntRun Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git">https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-antrun-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-assembly-plugin/">Apache Maven Assembly Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git">https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-assembly-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-changelog-plugin/">Apache Maven Changelog Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git">https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-changelog-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-changes-plugin/">Apache Maven Changes Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-changes-plugin.git">https://gitbox.apache.org/repos/asf/maven-changes-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-changes-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-checkstyle-plugin/">Apache Maven Checkstyle Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git">https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-checkstyle-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-clean-plugin/">Apache Maven Clean Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-clean-plugin.git">https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-clean-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-compiler-plugin/">Apache Maven Compiler Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git">https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-compiler-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-dependency-plugin/">Apache Maven Dependency Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git">https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-dependency-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-deploy-plugin/">Apache Maven Deploy Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git">https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-deploy-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-doap-plugin/">Apache Maven DOAP Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-doap-plugin.git">https://gitbox.apache.org/repos/asf/maven-doap-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-doap-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-docck-plugin/">Apache Maven Documentation Checker Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-docck-plugin.git">https://gitbox.apache.org/repos/asf/maven-docck-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-docck-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-ear-plugin/">Apache Maven EAR Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-ear-plugin.git">https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-ear-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-ejb-plugin/">Apache Maven EJB Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git">https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-ejb-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-gpg-plugin/">Apache Maven GPG Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git">https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-gpg-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-help-plugin/">Apache Maven Help Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-help-plugin.git">https://gitbox.apache.org/repos/asf/maven-help-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-help-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-install-plugin/">Apache Maven Install Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-install-plugin.git">https://gitbox.apache.org/repos/asf/maven-install-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-install-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-invoker-plugin/">Apache Maven Invoker Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git">https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-invoker-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jar-plugin/">Apache Maven JAR Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jar-plugin.git">https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jar-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jarsigner-plugin/">Apache Maven Jarsigner Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git">https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jarsigner-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-javadoc-plugin/">Apache Maven Javadoc Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git">https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-javadoc-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jdeprscan-plugin/">Apache Maven JDepRScan Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jdeprscan-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jdeps-plugin/">Apache Maven JDeps Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jdeps-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jlink-plugin/">Apache Maven JLink Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git">https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jlink-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-jmod-plugin/">Apache Maven JMod Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git">https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-jmod-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-linkcheck-plugin/">Apache Maven Linkcheck Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git">https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-linkcheck-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-patch-plugin/">Apache Maven Patch Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-patch-plugin.git">https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-patch-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-pdf-plugin/">Apache Maven PDF Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git">https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-pdf-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-pmd-plugin/">Apache Maven PMD Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git">https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-pmd-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-project-info-reports-plugin/">Apache Maven Project Info Reports Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git">https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-project-info-reports-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-rar-plugin/">Apache Maven RAR Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-rar-plugin.git">https://gitbox.apache.org/repos/asf/maven-rar-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-rar-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-remote-resources-plugin/">Apache Maven Remote Resources Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-remote-resources-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-repository-plugin/">Apache Maven Repository Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-repository-plugin.git">https://gitbox.apache.org/repos/asf/maven-repository-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-repository-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-resources-plugin/">Apache Maven Resources Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-resources-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-scm-publish-plugin/">Apache Maven SCM Publish Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git">https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-scm-publish-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-scripting-plugin/">Apache Maven Scripting Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git">https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-scripting-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-shade-plugin/">Apache Maven Shade Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shade-plugin.git">https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-shade-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-site-plugin/">Apache Maven Site Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-site-plugin.git">https://gitbox.apache.org/repos/asf/maven-site-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-site-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-source-plugin/">Apache Maven Source Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-source-plugin.git">https://gitbox.apache.org/repos/asf/maven-source-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-source-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-stage-plugin/">Apache Maven Stage Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-stage-plugin.git">https://gitbox.apache.org/repos/asf/maven-stage-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-stage-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-toolchains-plugin/">Apache Maven Toolchains Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git">https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-toolchains-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-verifier-plugin/">Apache Maven Verifier Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git">https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-verifier-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/plugins/maven-war-plugin/">Apache Maven WAR Plugin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-war-plugin.git">https://gitbox.apache.org/repos/asf/maven-war-plugin.git</a></source></td>
<td><a href="https://github.com/apache/maven-war-plugin/">(GitHub mirror)</a></td>
</tr>
<tr>
<th>Parent POMs</th>
</tr>
<tr>
<td><a href="/pom/asf/">Apache Parent POM</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-apache-parent.git">https://gitbox.apache.org/repos/asf/maven-apache-parent.git</a></source></td>
<td><a href="https://github.com/apache/maven-apache-parent/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/pom/maven/">Apache Maven Parent POMs</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-parent.git">https://gitbox.apache.org/repos/asf/maven-parent.git</a></source></td>
<td><a href="https://github.com/apache/maven-parent/">(GitHub mirror)</a></td>
</tr>
<tr>
<th>Shared Components</th>
</tr>
<tr>
<td><a href="/shared/maven-archiver/">Apache Maven Archiver</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-archiver.git">https://gitbox.apache.org/repos/asf/maven-archiver.git</a></source></td>
<td><a href="https://github.com/apache/maven-archiver/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-artifact-resolver/">Apache Maven Artifact Resolver</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git">https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git</a></source></td>
<td><a href="https://github.com/apache/maven-artifact-resolver/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-artifact-transfer/">Apache Maven Artifact Transfer</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git">https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</a></source></td>
<td><a href="https://github.com/apache/maven-artifact-transfer/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-common-artifact-filters/">Apache MavenCommon Artifact Filters</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git">https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</a></source></td>
<td><a href="https://github.com/apache/maven-common-artifact-filters/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-dependency-analyzer/">Apache Maven Dependency Analyzer</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git">https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git</a></source></td>
<td><a href="https://github.com/apache/maven-dependency-analyzer/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-dependency-tree/">Apache Maven Dependency Tree</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git">https://gitbox.apache.org/repos/asf/maven-dependency-tree.git</a></source></td>
<td><a href="https://github.com/apache/maven-dependency-tree/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-downloader/">Apache Maven Downloader</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-downloader.git">https://gitbox.apache.org/repos/asf/maven-downloader.git</a></source></td>
<td><a href="https://github.com/apache/maven-downloader/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-filtering/">Apache Maven Filtering</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-filtering.git">https://gitbox.apache.org/repos/asf/maven-filtering.git</a></source></td>
<td><a href="https://github.com/apache/maven-filtering/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-invoker/">Apache Maven Invoker</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-invoker.git">https://gitbox.apache.org/repos/asf/maven-invoker.git</a></source></td>
<td><a href="https://github.com/apache/maven-invoker/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-jarsigner/">Apache Maven Jarsigner</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git">https://gitbox.apache.org/repos/asf/maven-jarsigner.git</a></source></td>
<td><a href="https://github.com/apache/maven-jarsigner/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-mapping/">Apache Maven Mapping</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-mapping.git">https://gitbox.apache.org/repos/asf/maven-mapping.git</a></source></td>
<td><a href="https://github.com/apache/maven-mapping/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-osgi/">Apache Maven OSGi</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-osgi.git">https://gitbox.apache.org/repos/asf/maven-osgi.git</a></source></td>
<td><a href="https://github.com/apache/maven-osgi/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-project-utils/">Apache Maven Project Utils</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-project-utils.git">https://gitbox.apache.org/repos/asf/maven-project-utils.git</a></source></td>
<td><a href="https://github.com/apache/maven-project-utils/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-reporting-api/">Apache Maven Reporting API</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git">https://gitbox.apache.org/repos/asf/maven-reporting-api.git</a></source></td>
<td><a href="https://github.com/apache/maven-reporting-api/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-reporting-exec/">Apache Maven Reporting Executor</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git">https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</a></source></td>
<td><a href="https://github.com/apache/maven-reporting-exec/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-reporting-impl/">Apache Maven Reporting Implementation</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git">https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</a></source></td>
<td><a href="https://github.com/apache/maven-reporting-impl/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-repository-builder/">Apache Maven Respository Builder</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-repository-builder.git">https://gitbox.apache.org/repos/asf/maven-repository-builder.git</a></source></td>
<td><a href="https://github.com/apache/maven-repository-builder/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-runtime/">Apache Maven Runtime</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-runtime.git">https://gitbox.apache.org/repos/asf/maven-runtime.git</a></source></td>
<td><a href="https://github.com/apache/maven-runtime/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-script-interpreter/">Apache Maven Script Interpreter</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git">https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</a></source></td>
<td><a href="https://github.com/apache/maven-script-interpreter/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-shared-incremental/">Apache Maven Shared Incremental</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git">https://gitbox.apache.org/repos/asf/maven-shared-incremental.git</a></source></td>
<td><a href="https://github.com/apache/maven-shared-incremental/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-shared-io/">Apache Maven Shared IO</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-io.git">https://gitbox.apache.org/repos/asf/maven-shared-io.git</a></source></td>
<td><a href="https://github.com/apache/maven-shared-io/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-shared-jar/">Apache Maven Shared Jar</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git">https://gitbox.apache.org/repos/asf/maven-shared-jar.git</a></source></td>
<td><a href="https://github.com/apache/maven-shared-jar/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-shared-resources/">Apache Maven Shared Resources</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git">https://gitbox.apache.org/repos/asf/maven-shared-resources.git</a></source></td>
<td><a href="https://github.com/apache/maven-shared-resources/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-shared-utils/">Apache Maven Shared Utils</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git">https://gitbox.apache.org/repos/asf/maven-shared-utils.git</a></source></td>
<td><a href="https://github.com/apache/maven-shared-utils/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/shared/maven-verifier/">Apache Maven Verifier</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-verifier.git">https://gitbox.apache.org/repos/asf/maven-verifier.git</a></source></td>
<td><a href="https://github.com/apache/maven-verifier/">(GitHub mirror)</a></td>
</tr>
<tr>
<th>Skins</th>
</tr>
<tr>
<td><a href="/skins/maven-default-skin/">Apache Maven Default Skin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-default-skin.git">https://gitbox.apache.org/repos/asf/maven-default-skin.git</a></source></td>
<td><a href="https://github.com/apache/maven-default-skin/">(GitHub mirror)</a></td>
</tr>
<tr>
<td><a href="/skins/maven-fluido-skin/">Apache Maven Fluido Skin</a></td>
<td><source><a href="https://gitbox.apache.org/repos/asf/maven-fluido-skin.git">https://gitbox.apache.org/repos/asf/maven-fluido-skin.git</a></source></td>
<td><a href="https://github.com/apache/maven-fluido-skin/">(GitHub mirror)</a></td>
</tr>
</table>
</p>
<h4>Components in Subversion</h4>
<p>
Everything in Subversion can be checked-out from a single entry point, referencing each part through svn:externals
<source><a href="http://svn.apache.org/viewvc/maven/trunks/">https://svn.apache.org/repos/asf/maven/trunks/</a></source>
</p>
<p>
You can also check out every component separately. The components in Subversion are:
<table>
<tr>
<td>Maven Project (mainly KEYS)</td>
<td><source><a href="https://svn.apache.org/viewvc/maven/project/">https://svn.apache.org/repos/asf/maven/project/</a></source></td>
<td><!--a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a--></td>
</tr>
<tr>
<td><a href="/apache-resource-bundles/">Apache Resource Bundles</a></td>
<td><source><a href="https://svn.apache.org/viewvc/maven/resources/trunk/">https://svn.apache.org/repos/asf/maven/resources/trunk/</a></source></td>
<td><!--a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a--></td>
</tr>
<tr>
<td>Maven Sandbox</td>
<td><source><a href="https://svn.apache.org/viewvc/maven/sandbox/trunk/">https://svn.apache.org/repos/asf/maven/sandbox/trunk/</a></source></td>
<td><a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a></td>
</tr>
<tr>
<td>A variety of other subsystems (including obsolete trees replaced by git)</td>
<td><source><a href="https://svn.apache.org/viewvc/maven/">https://svn.apache.org/repos/asf/maven/</a></source></td>
<td></td>
</tr>
</table>
</p>
</subsection>
</section>
</body>
</document>