[ http://jira.codehaus.org/browse/MEAR-10?page=comments#action_74177 ] 
            
Jonas Olsson commented on MEAR-10:
----------------------------------

Using 2.2 my non-EJB dependencies are COPIED to defaultJavaBundleDir, not 
REDIRECTED. I end up with an EAR with all non-EJBs duplicated.

> need to set default bundleDir for all ear modules
> -------------------------------------------------
>
>                 Key: MEAR-10
>                 URL: http://jira.codehaus.org/browse/MEAR-10
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>            Reporter: Michal Stochmialek
>         Assigned To: Stephane Nicoll
>             Fix For: 2.1
>
>
> I need an improvement of bundleDir feature. I would like to specify common 
> bundleDir for all modules in ear. For example:
> <plugin>
>       <artifactId>maven-ear-plugin</artifactId>
>       <configuration>
>               <resourcesDir>src/resources</resourcesDir>
>               <defaultBundleDir>APP-INF/lib</defaultBundleDir>
>               <modules>
>                       <javaModule>
>                               ...
>                       </javaModule>
>                       <ejbModule>
>                               ...
>                       </ejbModule>
>               </modules>
>       </configuration>
> </plugin>
> I have ear with single ejb and a bunch of jar archives. I would like them all 
> placed in APP-INF/lib directory. Using bundleDir tag I must duplicate whole 
> dependency list (and also transitive dependencies) in ear-plugin 
> configuration and change bundle dir of each archive. It's very frustrating.

-- 
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