~ceefour/maven/2.2

« back to all changes in this revision

Viewing changes to src/site/xdoc/index.xml

  • Committer: hboutemy
  • Date: 2011-03-13 23:26:43 UTC
  • Revision ID: svn-v4:13f79535-47bb-0310-9956-ffa450edef68:maven/maven-2/branches/maven-2.2.x:1081235
added dependency graph

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!--
 
4
/*
 
5
 * Licensed to the Apache Software Foundation (ASF) under one or more
 
6
 * contributor license agreements.  See the NOTICE file distributed with
 
7
 * this work for additional information regarding copyright ownership.
 
8
 * The ASF licenses this file to You under the Apache License, Version 2.0
 
9
 * (the "License"); you may not use this file except in compliance with
 
10
 * the License.  You may obtain a copy of the License at
 
11
 *
 
12
 *      http://www.apache.org/licenses/LICENSE-2.0
 
13
 *
 
14
 * Unless required by applicable law or agreed to in writing, software
 
15
 * distributed under the License is distributed on an "AS IS" BASIS,
 
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
17
 * See the License for the specific language governing permissions and
 
18
 * limitations under the License.
 
19
 */
 
20
-->
 
21
 
 
22
<document>
 
23
 
 
24
  <properties>
 
25
    <title>Apache Maven 2.2.x</title>
 
26
    <author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
 
27
  </properties>
 
28
 
 
29
  <body>
 
30
 
 
31
    <section name="Apache Maven 2.2.x">
 
32
 
 
33
      <p>Maven is a project development management and
 
34
    comprehension tool. Based on the concept of a project object model:
 
35
    builds, dependency management, documentation creation, site
 
36
    publication, and distribution publication are all controlled from
 
37
    the declarative file. Maven can be extended by plugins to utilise a
 
38
    number of other development tools for reporting or the build
 
39
    process.</p>
 
40
 
 
41
      <p>
 
42
        <img src="images/maven-deps.png" width="910" height="451" border="0" usemap="#Maven_dependencies" />
 
43
        <map name="Maven_dependencies">
 
44
          <area shape="rect" coords="475,0,599,31"    alt="apache-maven" href="./apache-maven/" />
 
45
          <area shape="rect" coords="475,56,599,88"   alt="maven-compat" href="./maven-compat/" />
 
46
          <area shape="rect" coords="475,111,598,142" alt="maven-core" href="./maven-core/" />
 
47
          <area shape="rect" coords="475,173,599,205" alt="maven-project" href="./maven-project/" />
 
48
          <area shape="rect" coords="223,60,347,91"   alt="maven-toolchain" href="./maven-toolchain/" />
 
49
          <area shape="rect" coords="142,110,267,142" alt="maven-reporting-api" href="./maven-reporting-api/" />
 
50
          <area shape="rect" coords="106,151,266,182" alt="maven-error-diagnostics" href="./maven-error-diagnostics/" />
 
51
          <area shape="rect" coords="174,189,267,220" alt="maven-monitor" href="./maven-monitor/" />
 
52
          <area shape="rect" coords="0,226,267,259"   alt="maven-plugin-parameter-documenter" href="./maven-plugin-parameter-documenter/" />
 
53
          <area shape="rect" coords="303,173,453,206" alt="maven-plugin-descriptor" href="./maven-plugin-descriptor/" />
 
54
          <area shape="rect" coords="363,245,470,277" alt="maven-plugin-api" href="./maven-plugin-api/" />
 
55
          <area shape="rect" coords="246,358,323,390" alt="maven-artifact" href="./maven-artifact/" />
 
56
          <area shape="rect" coords="329,358,509,390" alt="maven-repository-metadata" href="./maven-repository-metadata/" />
 
57
          <area shape="rect" coords="405,302,558,334" alt="maven-artifact-manager" href="./maven-artifact-manager/" />
 
58
          <area shape="rect" coords="598,226,732,258" alt="maven-plugin-registry" href="./maven-plugin-registry/" />
 
59
          <area shape="rect" coords="566,302,638,333" alt="maven-profile" href="./maven-profile/" />
 
60
          <area shape="rect" coords="638,302,710,333" alt="maven-settings" href="./maven-settings/" />
 
61
          <area shape="rect" coords="577,358,701,391" alt="maven-model" href="./maven-model/" />
 
62
          <area shape="rect" coords="507,407,682,439" alt="wagon-provider-api" href="http://maven.apache.org/wagon/wagon-provider-api/" />
 
63
          <area shape="rect" coords="756,111,902,143" alt="commons-cli" href="http://commons.apache.org/cli/" />
 
64
          <area shape="rect" coords="756,162,879,194" alt="classworlds" href="http://plexus.codehaus.org/plexus-classworlds/" />
 
65
          <area shape="rect" coords="756,207,887,240" alt="plexus-sec-dispatcher" href="http://plexus.codehaus.org/plexus-components/plexus-sec-dispatcher/project-reports.html" />
 
66
          <area shape="rect" coords="785,257,858,289" alt="plexus-cipher" href="http://plexus.codehaus.org/plexus-components/plexus-cipher/project-reports.html" />
 
67
          <area shape="rect" coords="756,302,902,334" alt="plexus-interpolation" href="http://plexus.codehaus.org/plexus-components/plexus-interpolation/" />
 
68
          <area shape="rect" coords="817,347,902,379" alt="plexus-utils" href="http://plexus.codehaus.org/plexus-utils/" />
 
69
          <area shape="rect" coords="786,389,902,421" alt="plexus-container" href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/" />
 
70
          <area shape="rect" coords="749,154,909,451" alt="plexus" href="http://plexus.codehaus.org/" />
 
71
        </map>
 
72
      </p>
 
73
 
 
74
    </section>
 
75
 
 
76
  </body>
 
77
 
 
78
</document>