> -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: jeudi 7 avril 2005 22:52 > To: Maven 2 Developers List > Subject: Re: Questions on maven-scm and others...
[snip] > The groupId is define in the master pom and not in maven-scm-api. I > removed > it 2 days ago. Yep, see my other email. I was looking at something old [snip] > The module declare in a pom correspond to artifactId of a sub-project Actually it doesn't... :-) It looks for a directory of that name... I would have preferred an algorithm where it would scan all subdirectories, gather all pom.xml and match them on artifactId. However I'm sure I would like to name my directories with the same name as my artifactId. The reason is simple: artifactId has a flat structure whereas a directory is a tree structure so you don't need to specify every time the name of your parent to know where you are. Thus I'd prefer to keep having: core/core/util with artifactIds of: cargo, cargo-core and cargo-core-util Will that continue to be possible in the future? Thanks -Vincent