Sergey Khandogin <[EMAIL PROTECTED]> wrote on 02/04/2004 08:15:16 PM:
> You defined type = ejb > and in docs mentioned the extension=type > so maven looking for module-ejb-1.0.ejb Bah. ejb as a type maps to a .jar extension. > > Hi all, > > > > My web module depends on ejb module so in project.xml I place: > > <dependency> > > <groupId>project-name</groupId> > > <id>module-ejb</id> The above line should be <artifactId>module-ejb</artifactId> > > Thanks for help, > > Marcin
