Leo-

I was referring directly to the Dependency Element list on the same
document you list.

http://maven.apache.org/reference/project-descriptor.html#dependencies

Personally, I'm not in the habit of assuming that just because a tag has
a value somewhere, that the description is exactly the same when it is
used as a sub-tag.

IE
<project>
  <groupID/>
</project>

in my mind is not the same as 

<project>
  <dependency>
     <groupID/>
  </dependency>
</project>

Just a matter of semantics that you might want to clear up in the
documentation.  I'm working on reading the 2nd document, but I'm under
pressure to get my evaluation done quickly to decide if we want to use
maven or stick with just ANT.

Luciano Moretti

-----Original Message-----
From: Leo Simons [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 10:46 PM
To: [EMAIL PROTECTED]
Subject: Re: How do define multiple jar files per one directory in the
repository.


Moretti, Luciano (MED) wrote:
> 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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to