[ http://jira.codehaus.org/browse/MEAR-22?page=comments#action_61634 ] 

Stephane Nicoll commented on MEAR-22:
-------------------------------------

uh?

What about

{code:xml}
<modules>
  <ejbClientModule>
    <groupId>artifactGroupId</groupId>
    <artifactId>artifactId</artifactId>
    <bundleDir>/</bundleDir>
  </ejbClientModule>
</modules>
{code}



{code:xml}
<modules>
  <ejbClientModule>
    <groupId>artifactGroupId</groupId>
    <artifactId>artifactId</artifactId>
    <excluded>true</excluded>
  </ejbClientModule>
</modules>
{code}

Maybe the doc is confusing actually.

> Add support for ejb-client in plugin configuration
> --------------------------------------------------
>
>          Key: MEAR-22
>          URL: http://jira.codehaus.org/browse/MEAR-22
>      Project: Maven 2.x Ear Plugin
>         Type: Improvement

>     Reporter: nicolas wurtz

>
>
> The ejb-client type artifact are not handled as javaModule in the plugin 
> configuration .
> As a result i can't specify a bundleDir for them or exclude them form the 
> archive.
> Maybe adding support for a <type> could solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to