mirror of https://github.com/apache/maven.git
added description for every module
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1148953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c7a60cf1c
commit
ceac25c39b
|
@ -28,6 +28,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<name>Maven Distribution</name>
|
||||
<description>Module to build the Maven distribution, source and binary, in zip and tar.gz formats.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -32,7 +32,8 @@ under the License.
|
|||
|
||||
<name>Maven Aether Provider</name>
|
||||
<description>
|
||||
This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata.
|
||||
This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata for artifacts resolution
|
||||
and download.
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<artifactId>maven-compat</artifactId>
|
||||
|
||||
<name>Maven Compat</name>
|
||||
<description>Maven classes maintained as compatibility layer for tools done with Maven 2.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<artifactId>maven-core</artifactId>
|
||||
|
||||
<name>Maven Core</name>
|
||||
<description>Maven Core classes.</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- Maven -->
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<artifactId>maven-embedder</artifactId>
|
||||
|
||||
<name>Maven Embedder</name>
|
||||
<description>Maven embeddable component, with CLI support.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<artifactId>maven-model-builder</artifactId>
|
||||
|
||||
<name>Maven Model Builder</name>
|
||||
<description>The effective model builder, with inheritance, profile activation</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,7 +31,7 @@ under the License.
|
|||
<artifactId>maven-model</artifactId>
|
||||
|
||||
<name>Maven Model</name>
|
||||
<description>Maven Model</description>
|
||||
<description>Model for Maven POM (Project Object Model)</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,6 +31,7 @@ under the License.
|
|||
<artifactId>maven-plugin-api</artifactId>
|
||||
|
||||
<name>Maven Plugin API</name>
|
||||
<description>The API for plugins - Mojos - development.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,7 +31,7 @@ under the License.
|
|||
<artifactId>maven-repository-metadata</artifactId>
|
||||
|
||||
<name>Maven Repository Metadata Model</name>
|
||||
<description>Per-directory repository metadata.</description>
|
||||
<description>Per-directory local and remote repository metadata.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,6 +31,7 @@ under the License.
|
|||
<artifactId>maven-settings-builder</artifactId>
|
||||
|
||||
<name>Maven Settings Builder</name>
|
||||
<description>The effective settings builder, with inheritance and password decryption.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,7 +31,7 @@ under the License.
|
|||
<artifactId>maven-settings</artifactId>
|
||||
|
||||
<name>Maven Settings</name>
|
||||
<description>Maven Settings</description>
|
||||
<description>Maven Settings model.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue