Repository enabled flag prevents identification
-----------------------------------------------

                 Key: MVERSIONS-19
                 URL: http://jira.codehaus.org/browse/MVERSIONS-19
             Project: Maven 2.x Versions Plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-2
         Environment: maven 2.1.0-M1
            Reporter: Allan Shoup


When a snapshot repository is included and the releases are disabled, the 
plugin will not identify any snapshot dependencies from that repository (even 
though snapshots are still enabled).

<repository>
    <id>my-snapshot-repository</id>
    <name>My Snapshot Repository</name>
    <url>http://my.repo/snapshot</url>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>


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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to