Hi Ken, > -----Original Message----- > From: Ballard, Ken [mailto:[EMAIL PROTECTED] > Sent: mercredi 31 août 2005 16:08 > To: 'Maven Users List' > Cc: '[EMAIL PROTECTED]' > Subject: RE: [ANN] Maven EJB Plugin 1.7 released > > The old way of specifying a dependency on an ejb-client jar doesn't seem > to > work anymore. Is there a new way to do it? Here's how I did it before for > a > war project: > > <dependency> > <groupId>myStuff</groupId> > <artifactId>myStuff-blah-ejb</artifactId> > <version>1.0</version> > <properties> > <war.bundle>true</war.bundle> > <war.manifest.classpath>true</war.manifest.classpath> > </properties> > </dependency> > > Any suggestions?
You need to specify the type: <type>ejb-client</type> We need to add documentation for this. Also be careful that you need Maven 1.1 for this to work. This should have been specified in the release notes... Sorry about that. -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
