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

Benjamin Bentmann closed MASSEMBLY-456.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2-beta-5
         Assignee: Benjamin Bentmann

Fixed in [r887709|http://svn.apache.org/viewvc?view=revision&revision=887709].

> 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
>            Assignee: Benjamin Bentmann
>             Fix For: 2.2-beta-5
>
>
> 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