diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index 9e3dcbc5d8..d54e5dc4aa 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -144,6 +144,7 @@ The project's dependencies. java.util.List new ArrayList() + These should ultimately only be compile time dependencies when transitive dependencies come into play. licenses @@ -165,30 +166,30 @@ packageGroups - the description + Package groups required for complete javadocs. java.util.List new ArrayList() reports - the description + Reports to be generated for the project. java.util.List new ArrayList() repository - the description + Specification for the SCM use by the project. Repository This element needs to be renamed as it conflicts with the existing notion of repositories in Maven. build - the description + Information required to build the project. Build organization - the description + Umbrella organization for the project. Organization @@ -346,6 +347,7 @@ url the description String + The URL should really be gleaned from a shared database of dependency information. artifact