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
<dependency>
<groupId>support</groupId>
<artifactId>Support_Persistence</artifactId>
<version>1.1</version>
</dependency>
Doesn't maven check for all the sub-directories under the folder with name specified
under <groupId>?Or does it only check in the "jars" sub-directory?
jeff mutonho
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.