On Wednesday 23 April 2008 Wendy Smoak wrote:
> On Wed, Apr 23, 2008 at 5:08 PM, Martin Höller <[EMAIL PROTECTED]> wrote:
> >  I'm having problems with a multimodule project with EJB3 dependencies.
> > It seems maven is not able to include EJB3 modules in the classpath of
> > other child-modules when not in the local repository. The simplest
> > project struture to reproduce is the following:
>
> This sounds familiar... what does the dependency on the EJB look like?
>  Does it have a <type>?

The dependency in the child1 module on child2 is as following:

    <dependency>
      <groupId>at.co.xss.mhtest.multimodule</groupId>
      <artifactId>child2</artifactId>
      <version>1.0-SNAPSHOT</version>
    </dependency>

No <type> is in this. However, my original project had used 
<type>client</type> which didn't make a diffence.

- martin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to