I thought it might be something like that, but the groupID tag info in the Maven Project Descriptors page doesn't have a description of the tag.
http://maven.apache.org/reference/project-descriptor.html#project says
" groupId The short name of the project group. This value is used to group all jars for a project in one directory. For more info look at the <user guide>."
and links to
http://maven.apache.org/reference/user-guide.html#Naming%20Conventions
(...)
"<project> <id>foo</id> <name>The Grand Master Foo</name> <groupId>org.foo.bar</groupId> ... </project>"
(...)
"repository
|
+-- org.foo.bar
|-- distribution
`-- jar
|-- foo-1.0.jar
`-- foo-2.0.jar"seems like a pretty good description to me :P
- Leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
