On 1/19/06, Peschier J. (Jeroen) <[EMAIL PROTECTED]> wrote: > > My use-case: > - Using the maven-ear-plugin to generate the application.xml deployment > descriptor. > - Want to include a SAR module in the deployment descriptor. > - Found out about ejbModule, warModule and javaModule but could not find > any info on how to generate a connector module. So I tried the obvious:
A connector is a rar file as per spec. JBoss has its own sar format which is supported in the EAR plugin. If you have a dependency of type 'sar' it should work out of the box. You don't need to configure it in the <modules> section (regarding includeInApplicationXml which is javaModule specific) > I read the plugin > configuration doc and found that "modules" is of type "EarModule". Where > can I find info on the definition of "EarModule"? FYI, the supported implementations of EarModule are: * jar * ejb * ejb-client * ejb3 * par * rar * war * sar This is a good idea, I will update the doc for the next plugin's release. Cheers, Stéphane -- .::You're welcome ::. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
