Yea they could (should?) make this the default for Jar (inc EJB), War, and Ear imho. And then require the user to turn it OFF if they don't want it.
We get a good number of emails like this on the User list... Wayne On 4/19/06, Gunzenreiner Simon <[EMAIL PROTECTED]> wrote: > Found the solution myself. Had to add > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ejb-plugin</artifactId> > <configuration> > <archive> > <manifest> > <addClasspath>true</addClasspath> > </manifest> > </archive> > </configuration> > </plugin> > > to the build section. Pitty though that this is not the default ... > > Thanks, > Simon > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
