Fabulous! jeff mutonho Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
----- Original Message ----- From: "jeff mutonho" To: "Maven Users List" ; "Dion Gillard" Sent: Wednesday, September 01, 2004 10:47 AM Subject: jar dependency question > I've my got the following layout in my > /.maven/repository/support/ > |__ears > | > |__ejbs > | > |__ jars > | > |__ poms > | > |__ wars > > I've got subprojects that have dependecies on jars that sitting unders "ejbs" as well as "jars" .Now if i specify a dependecy for a jar (in this caseSupport_Persistence-1.1.jar) > sitting in "ejbs" as > > > support > Support_Persistence > 1.1 > > > Doesn't maven check for all the sub-directories under the folder with name specified under ?Or does it only check in the "jars" sub-directory? Maven check only in the jar directory because it's the default type of artifact. For obtain a dependency that exist in an other sub-directory, you must specify the type for your dependency like this : support Support_Persistence 1.1 ejb Emmanuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
