You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/08/20 18:17:32 UTC

[jira] Created: (MNG-4772) [regression] Plugin version resolution ignores enabled flags on repository

[regression] Plugin version resolution ignores enabled flags on repository
--------------------------------------------------------------------------

                 Key: MNG-4772
                 URL: http://jira.codehaus.org/browse/MNG-4772
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 3.0-beta-2
            Reporter: Benjamin Bentmann
            Priority: Minor


A plugin repository that has
{code:xml}
<releases>
  <enabled>false</enabled>
</releases>
<snapshots>
  <enabled>false</enabled>
</snapshots>
{code}
is still contacted when Maven tries to resolve a version for plugin, e.g. during invocations like "mvn gid:aid:goal".

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

        

[jira] Closed: (MNG-4772) [regression] Plugin version resolution ignores enabled flags on repository

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4772.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta-3
         Assignee: Benjamin Bentmann

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

> [regression] Plugin version resolution ignores enabled flags on repository
> --------------------------------------------------------------------------
>
>                 Key: MNG-4772
>                 URL: http://jira.codehaus.org/browse/MNG-4772
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0-beta-2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-beta-3
>
>
> A plugin repository that has
> {code:xml}
> <releases>
>   <enabled>false</enabled>
> </releases>
> <snapshots>
>   <enabled>false</enabled>
> </snapshots>
> {code}
> is still contacted when Maven tries to resolve a version for plugin, e.g. during invocations like "mvn gid:aid:goal".

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