From 8910901fff08097f9e6923cdeefb79e287c5a980 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Mon, 8 Mar 2004 19:09:45 +0000 Subject: [PATCH] o more doco git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162588 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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