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 2009/03/09 00:15:12 UTC

[jira] Closed: (MNG-4072) [regression] Repositories from inactive profiles are used for artifact resolution

     [ http://jira.codehaus.org/browse/MNG-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4072.
----------------------------------

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

Fixed in [r751548|http://svn.eu.apache.org/viewvc?view=rev&revision=751548].

> [regression] Repositories from inactive profiles are used for artifact resolution
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-4072
>                 URL: http://jira.codehaus.org/browse/MNG-4072
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0-alpha-3
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0-alpha-3
>
>
> e.g. the following snippet from the {{setttings.xml}
> {code:xml}
> <profile>
>   <id>apache-staging</id>
>   <repositories>
>     <repository>
>       <id>apache.staging</id>
>       <url>https://repository.apache.org/content/groups/staging</url>
>       <snapshots>
>       	<enabled>false</enabled>
>       </snapshots>
>     </repository>
>   </repositories>
> </profile>
> {code}
> causes Maven to query r.a.o. for artifacts although the profile hasn't been activated.

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