Sebastein, Is it taking too long to add the classpath entry in the manifest? Since i made the ejb plugin to add the classpath entry, it is taking almost 1 min more to complete the ejb goal.
Is it working normally for you? Thanks Sebastien Brunot wrote: > > Thanks for your help Jörg. > > Sebastien > > -----Original Message----- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 09, 2006 2:20 PM > To: Maven Users List > Subject: RE: EJB JAR Manifest > > Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM: > >> Hi all, >> >> how can one specify a Class-Path: entry in the manifest of an EJB jar >> ? > > You have to configure it: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ejb-plugin</artifactId> > <configuration> > <generateClient>true</generateClient> > <archive> > <manifest> > <addClasspath>true</addClasspath> > </manifest> > </archive> > </configuration> > </plugin> > > - Jörg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/EJB-JAR-Manifest-tf2601563s177.html#a7271531 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
