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

                 Key: MNG-4771
                 URL: http://jira.codehaus.org/browse/MNG-4771
             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 plugin prefix, i.e. during 
invocations like "mvn foo:bar".

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