You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2005/11/13 13:46:06 UTC

[jira] Closed: (MNG-1488) need to set default bundleDir for all ear modules

     [ http://jira.codehaus.org/browse/MNG-1488?page=all ]
     
Stephane Nicoll closed MNG-1488:
--------------------------------

     Resolution: Fixed
    Fix Version: 2.0.1

This is done.


Added defaultJavaBundleDir proerty  which specify an URI. If it is set all Javamodules go there. If a javamodule has a bundleDir entry, this value is taken. 

> need to set default bundleDir for all ear modules
> -------------------------------------------------
>
>          Key: MNG-1488
>          URL: http://jira.codehaus.org/browse/MNG-1488
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-ear-plugin
>     Reporter: Michal Stochmialek
>     Assignee: Stephane Nicoll
>      Fix For: 2.0.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org