Srepfler Srgjan wrote on Monday, October 09, 2006 4:17 PM: > I perhaps explained incorrectly, my War has a dependency on the EJB > module, not on the EAR and I declare it in the War. > What happens is that the eclipse:eclipse task links the library > installed in the repo not the eclipse project. Did this make > more sense? > <dependency> > <groupId>it.linksystem.csai</groupId> > <artifactId>CSAIEJB</artifactId> > <type>ejb</type> > <scope>provided</scope> > </dependency>
You must generate both eclipse project files with the same maven call. Only then inter-project links are geneareted (and the artifact's version must match). - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
