I have read in the maven documentation that there are different types of
recognized dependencies which defaults to 'jar'.  Is this just used to build
the reference to the file structure of your repository ( e.g., if I had a
entry in my pom like
<project>
  <id>foo</id>
  <name>The Grand Master Foo</name>
  <groupId>org.foo.bar</groupId>
  <version>1.x</version>
</project>

Then the directory structure of the repository should be:

repository/groupId/type/id-version.jar

In the same example if I specified the type to be a 'war', would maven look
in the repository for the file 

repository/groupId/type/id-version.war

What are the other recognized types used for?  

Is the ejb type referring to an j2ee ejb jar?


Just wondering for the sake of understanding some of the less used features
of maven.

Thanks,

Scott


 This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message and are
hereby notified that any disclosure, copying, or distribution of this
message, or the taking of any action based on it, is strictly prohibited.

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

Reply via email to