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