You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@apache.org> on 2016/12/21 03:40:58 UTC

[jira] [Comment Edited] (MNG-6049) Add behavior to filter resolved version ranges of an artifact

    [ https://issues.apache.org/jira/browse/MNG-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15766006#comment-15766006 ] 

Christian Schulte edited comment on MNG-6049 at 12/21/16 3:40 AM:
------------------------------------------------------------------

Is it intention the ITs do not run with 3.4.0-SNAPSHOT?

{code}
mng6049VersionRangeResultFilterExtension(Default).... SKIPPED - Maven version 3.4.0-SNAPSHOT not in range (3.4.0,)
mng6049VersionRangeResultFilterExtension(VersionRangeResultFilterExtensionSystemProperties) SKIPPED - Maven version 3.4.0-SNAPSHOT not in range (3.4.0,)
{code}


was (Author: schulte77):
Is it intention the ITs do not run with 3.4.0-SNAPSHOT?

mng6049VersionRangeResultFilterExtension(Default).... SKIPPED - Maven version 3.4.0-SNAPSHOT not in range (3.4.0,)
mng6049VersionRangeResultFilterExtension(VersionRangeResultFilterExtensionSystemProperties) SKIPPED - Maven version 3.4.0-SNAPSHOT not in range (3.4.0,)


> Add behavior to filter resolved version ranges of an artifact
> -------------------------------------------------------------
>
>                 Key: MNG-6049
>                 URL: https://issues.apache.org/jira/browse/MNG-6049
>             Project: Maven
>          Issue Type: Improvement
>          Components: core, Dependencies
>            Reporter: Uwe Barthel
>            Assignee: Michael Osipov
>            Priority: Critical
>             Fix For: 3.4.0
>
>
> The discussion on issue MNG-3092 shows the seriously needs of different kinds of version range resolving in Maven.
> This solution provides a hook for Maven extensions/plugins to change the list of resolved version range results as required.
> The {{DefaultVersionRangeResolver}} will be extended with a filter for version range results. A new interface {{VersionRangeResultFilter}} is added and a non-filtering {{DefaultVersionRangeResultFilter}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)