You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2013/06/03 12:46:05 UTC

[24/50] git commit: added a note about module=artifactId recommendation

added a note about module=artifactId recommendation

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/15a13529
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/15a13529
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/15a13529

Branch: refs/heads/slf4j-log4j2
Commit: 15a13529b3ff69716c692a757353c7ff74461207
Parents: adf65b8
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun May 19 18:07:16 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun May 19 18:07:16 2013 +0200

----------------------------------------------------------------------
 maven-model/src/main/mdo/maven.mdo |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/15a13529/maven-model/src/main/mdo/maven.mdo
----------------------------------------------------------------------
diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo
index f3ec4b8..d1b413d 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -645,7 +645,9 @@
           <name>modules</name>
           <version>4.0.0+</version>
           <description>The modules (sometimes called subprojects) to build as a part of this
-            project. Each module listed is a relative path to the directory containing the module.</description>
+            project. Each module listed is a relative path to the directory containing the module.
+            To be consistent with the way default urls are calculated from parent, it is recommended
+            to have module names match artifact ids.</description>
           <association>
             <type>String</type>
             <multiplicity>*</multiplicity>