blob: af12e7063997d6417557c6122af50cc7f1471bf5 [file] [log] [blame]
<?xml version="1.0"?>
<!--
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>
<properties>
<title>Introduction</title>
<author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
</properties>
<body>
<section name="Apache Maven 4.x">
<p>Maven is a project development management and
comprehension tool. Based on the concept of a project object model:
builds, dependency management, documentation creation, site
publication, and distribution publication are all controlled from
<a href="./maven-model/maven.html">the <code>pom.xml</code> declarative file</a>. Maven can be extended by
<a href="https://maven.apache.org/plugins/">plugins</a> to utilise a
number of other development tools for reporting or the build
process.</p>
<p>
<img src="images/maven-deps.png" width="1046" height="784" border="0" usemap="#Maven_dependencies" />
<map name="Maven_dependencies">
<area shape="rect" coords="433,1,658,41" alt="apache-maven-wrapper" href="apache-maven/" />
<area shape="rect" coords="711,0,959,40" alt="maven-wrapper-plugin" href="/plugins/maven-wrapper-plugin/" />
<area shape="rect" coords="488,67,604,107" alt="maven-wrapper" href="maven-wrapper/" />
<area shape="rect" coords="378,132,467,172" alt="maven-bom" href="maven-bom/" />
<area shape="rect" coords="257,67,407,107" alt="apache-maven" href="apache-maven/" />
<area shape="rect" coords="257,198,407,237" alt="maven-embedder" href="maven-embedder/" />
<area shape="rect" coords="259,264,406,304" alt="maven-compat" href="maven-compat/" />
<area shape="rect" coords="258,329,406,369" alt="maven-core" href="maven-core/" />
<area shape="rect" coords="152,540,328,581" alt="maven-resolver-provider" href="maven-resolver-provider/" />
<area shape="rect" coords="205,742,423,783" alt="maven-repository-metadata" href="maven-repository-metadata/" />
<area shape="rect" coords="488,329,597,369" alt="maven-plugin-api" href="maven-plugin-api/" />
<area shape="rect" coords="556,743,650,782" alt="maven-artifact" href="maven-artifact/" />
<area shape="rect" coords="342,559,507,600" alt="maven-builder-support" href="maven-builder-support/" />
<area shape="rect" coords="342,395,507,435" alt="maven-settings-builder" href="maven-settings-builder/" />
<area shape="rect" coords="318,460,412,501" alt="maven-settings" href="maven-settings/" />
<area shape="rect" coords="341,626,490,665" alt="maven-model-builder" href="maven-model-builder/" />
<area shape="rect" coords="317,690,491,730" alt="maven-model-transform" href="maven-model-transform/" />
<area shape="rect" coords="447,743,550,782" alt="maven-model" href="maven-model/" />
<area shape="rect" coords="675,742,822,783" alt="maven-test-support" href="maven-test-support/" />
<area shape="rect" coords="64,67,211,107" alt="maven-slf4j-provider" href="maven-slf4j-provider/" />
<area shape="rect" coords="64,132,211,172" alt="maven-slf4j-wrapper" href="maven-slf4j-wrapper/" />
<area shape="rect" coords="1,621,193,782" alt="maven-resolver" href="https://maven.apache.org/resolver/" />
<area shape="rect" coords="79,198,196,238" alt="slf4j-api" href="http://www.slf4j.org/manual.html" />
<area shape="rect" coords="620,198,796,239" alt="commons-cli" href="http://commons.apache.org/cli/" />
<area shape="rect" coords="100,328,230,368" alt="maven-shared-utils" href="https://maven.apache.org/shared/maven-shared-utils/" />
<area shape="rect" coords="1,329,79,369" alt="jansi" href="http://fusesource.github.io/jansi/" />
<area shape="rect" coords="0,395,79,435" alt="jansi-native" href="https://github.com/fusesource/jansi-native" />
<area shape="rect" coords="620,263,832,304" alt="wagon-provider-api" href="https://maven.apache.org/wagon/wagon-provider-api/" />
<area shape="rect" coords="629,513,787,554" alt="plexus-sec-dispatcher" href="https://github.com/codehaus-plexus/plexus-sec-dispatcher" />
<area shape="rect" coords="814,513,903,554" alt="plexus-cipher" href="https://github.com/codehaus-plexus/plexus-cipher" />
<area shape="rect" coords="634,588,777,629" alt="plexus-interpolation" href="https://codehaus-plexus.github.io/plexus-interpolation" />
<area shape="rect" coords="629,455,883,496" alt="plexus-component-annotations" href="https://codehaus-plexus.github.io/plexus-containers" />
<area shape="rect" coords="898,456,1033,497" alt="plexus-classworlds" href="https://codehaus-plexus.github.io/plexus-classworlds" />
<area shape="rect" coords="921,588,1024,628" alt="plexus-utils" href="https://codehaus-plexus.github.io/plexus-utils" />
<area shape="rect" coords="620,442,1045,671" alt="plexus" href="https://codehaus-plexus.github.io/" />
<area shape="rect" coords="620,315,873,413" alt="sisu" href="http://www.eclipse.org/projects/project_summary.php?projectid=technology.sisu" />
<area shape="rect" coords="935,328,1020,370" alt="guice" href="http://code.google.com/p/google-guice/" />
<area shape="rect" coords="907,390,1045,431" alt="javax.inject" href="http://docs.oracle.com/javaee/6/api/javax/inject/package-summary.html" />
</map>
</p>
</section>
</body>
</document>