Skip to content

Commit

Permalink
added description for every module
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1148953 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Jul 20, 2011
1 parent 5c7a60c commit ceac25c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion maven-aether-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions maven-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions maven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<artifactId>maven-core</artifactId>

<name>Maven Core</name>
<description>Maven Core classes.</description>

<dependencies>
<!-- Maven -->
Expand Down
1 change: 1 addition & 0 deletions maven-embedder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<artifactId>maven-embedder</artifactId>

<name>Maven Embedder</name>
<description>Maven embeddable component, with CLI support.</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions maven-model-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion maven-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions maven-plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion maven-repository-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions maven-settings-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ceac25c

Please sign in to comment.