[ 
http://jira.codehaus.org/browse/MASSEMBLY-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MASSEMBLY-456:
----------------------------------------

    Description: 
Due to the refactored ClassWorlds used in Maven 3.x, the methods
- PlexusContainer.getContainerRealm()
- ComponentConfiguration.configureComponent()

have different return/parameter types in Maven 3, causing a linkage error at 
runtime for something like
{code:xml}
<plugin>
  <artifactId>maven-assembly-plugin</artifactId>
  <configuration>
    <archiverConfig>
      <duplicateBehavior>skip</duplicateBehavior>
    </archiverConfig>
  </configuration>
</plugin>
{code}

  was:
Due to the refactored ClassWorlds used in Maven 3.x, the methods
- PlexusContainer.getContainerRealm()
- ComponentConfiguration.configureComponent()
have different return/parameter types in Maven 3, causing a linkage error at 
runtime.


> Usage of archiver or container descriptor handler configuration crashes with 
> LinkageError on Maven 3.0-alpha-5
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-456
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-456
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-4
>            Reporter: Benjamin Bentmann
>
> Due to the refactored ClassWorlds used in Maven 3.x, the methods
> - PlexusContainer.getContainerRealm()
> - ComponentConfiguration.configureComponent()
> have different return/parameter types in Maven 3, causing a linkage error at 
> runtime for something like
> {code:xml}
> <plugin>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <configuration>
>     <archiverConfig>
>       <duplicateBehavior>skip</duplicateBehavior>
>     </archiverConfig>
>   </configuration>
> </plugin>
> {code}

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