[ 
http://jira.codehaus.org/browse/MEAR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95660
 ] 

Stephane Nicoll commented on MEAR-64:
-------------------------------------

I've already replied to this issue. Kinda weird, I can't find it back.

Transitive does not make any difference, just configure the module the usual 
way with exploded set to true.

{code:xml}
<modules>
   <jarModule>
      <groupId></groupId>
      <artifactId></artifactId>
      <exploded>true</exploded>
   </jarModule>
   [...]
</modules>
{code}

> Transitive dependency artifacts cannot be exploded
> --------------------------------------------------
>
>                 Key: MEAR-64
>                 URL: http://jira.codehaus.org/browse/MEAR-64
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Harald Soevik
>            Priority: Minor
>
> I cannot find a way to explode an artifact when a project is directly 
> dependent on artifact B and transitively dependent on A. 
> Either A cannot be exploded because it is not defined as direct dependency, 
> or A cannot be included as transitive dependency because it has already been 
> exploded as a direct dependency. 
> Might be worth a fix ?

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