you should add <type>ejb</type> definition to your dependency. I think
jar is the fallback when no type is specified.
Hope that helps
Milos
jeff mutonho wrote:
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]