From 15413715830bab415a2664383d956b3ad0afdca3 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Mon, 8 Mar 2004 17:57:56 +0000 Subject: [PATCH] o starting to add descriptions, tracing lineage of some elements. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162582 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index a23e1d3cd9..a72623c9d8 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -27,22 +27,24 @@ extend - The model you wish this model to extend. + The model you wish your model to extend. String modelVersion - The version of this model. + The version of this model you are using. String groupId - the description + ??? used post 3.0.0 + The primary grouping for your project. String artifactId - the description + ??? used post 3.0.0 + The identifier used when generating the artifact for your project. String @@ -52,23 +54,25 @@ version - the description + The currently version of your project. String shortDescription - the description + An abbreviated description of your project. String description - the description + A full description of your project. String type - the description + ??? use post 3.0.0 + The type of artifact produced by your project. String + jar url