You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (JIRA)" <ji...@apache.org> on 2011/04/21 07:17:05 UTC

[jira] [Created] (NPANDAY-417) Take explicit dependency to plexus-utils in a newer version to override the built-in dependency to plexus-utils 1.1 in MVN < 3 (improves cmd-line handling)

Take explicit dependency to plexus-utils in a newer version to override the built-in dependency to plexus-utils 1.1 in MVN < 3 (improves cmd-line handling)
-----------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: NPANDAY-417
                 URL: https://issues.apache.org/jira/browse/NPANDAY-417
             Project: NPanday
          Issue Type: Improvement
          Components: Maven Plugins
    Affects Versions: 1.3.1-incubating
            Reporter: Lars Corneliussen
            Assignee: Lars Corneliussen
             Fix For: 1.3.1-incubating


From Maven 2.0.6 Maven automatically injected plexus-utils:1.1 as a direct dependency to any Maven plugin.

So even if there was a transitive dependency to a higher version (in our case the executable-component needs at least 1.4.5), that got overruled by the automagically injected 1.1.

Related issues from Maven:
* http://jira.codehaus.org/browse/MNG-3819
* http://jira.codehaus.org/browse/MNG-4276
* http://jira.codehaus.org/browse/MNG-2892

This lead to NPANDAY-416, where we had trouble with the quoting of commandline parameters.

The solution is to add a direct dependency to a newer plexus-utils-version (specified in plugins-parent) into all our plugins.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NPANDAY-417) Take explicit dependency to plexus-utils in a newer version to override the built-in dependency to plexus-utils 1.1 in MVN < 3 (improves cmd-line handling)

Posted by "Lars Corneliussen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen resolved NPANDAY-417.
---------------------------------------

    Resolution: Fixed

fixed in trunk

> Take explicit dependency to plexus-utils in a newer version to override the built-in dependency to plexus-utils 1.1 in MVN < 3 (improves cmd-line handling)
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-417
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-417
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.3.1-incubating
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.3.1-incubating
>
>
> From Maven 2.0.6 Maven automatically injected plexus-utils:1.1 as a direct dependency to any Maven plugin.
> So even if there was a transitive dependency to a higher version (in our case the executable-component needs at least 1.4.5), that got overruled by the automagically injected 1.1.
> Related issues from Maven:
> * http://jira.codehaus.org/browse/MNG-3819
> * http://jira.codehaus.org/browse/MNG-4276
> * http://jira.codehaus.org/browse/MNG-2892
> This lead to NPANDAY-416, where we had trouble with the quoting of commandline parameters.
> The solution is to add a direct dependency to a newer plexus-utils-version (specified in plugins-parent) into all our plugins.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira