You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/07/31 21:39:10 UTC

[jira] (MASSEMBLY-705) Removed pseudo compatibility with Maven 2.0.X

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

Karl-Heinz Marbaise updated MASSEMBLY-705:
------------------------------------------

    Fix Version/s: 2.5

> Removed pseudo compatibility with Maven 2.0.X
> ---------------------------------------------
>
>                 Key: MASSEMBLY-705
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-705
>             Project: Maven Assembly Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.1
>            Reporter: Karl-Heinz Marbaise
>             Fix For: 2.5
>
>
> The following should be removed from the pom file cause the plugin already needs Maven 2.2.1.
> {code:xml}
>     <!-- FIXME: I'm specifying a dependency on plexus-container-default
>                 in order to force the version to be compatible with maven
>                 2.0.5.
>     -->
>     <dependency>
>       <groupId>org.codehaus.plexus</groupId>
>       <artifactId>plexus-container-default</artifactId>
>       <version>1.0-alpha-9-stable-1</version>
>     </dependency>
>  {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)