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/01/06 14:47:19 UTC

[jira] Created: (MNG-3970) [regression] Repositories injected by profiles are not used for dependency resolution

[regression] Repositories injected by profiles are not used for dependency resolution
-------------------------------------------------------------------------------------

                 Key: MNG-3970
                 URL: http://jira.codehaus.org/browse/MNG-3970
             Project: Maven 2
          Issue Type: Bug
          Components: Artifacts and Repositories, Profiles
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann
            Priority: Minor


{code:xml}
<profile>
  <id>profile</id>
  <!-- to be activated explicitly on the CLI by its id -->
  <repositories>
    <repository>
      <id>maven-core-it</id>
      <url>file:///${basedir}/repo</url>
      <releases>
        <checksumPolicy>ignore</checksumPolicy>
      </releases>
      <snapshots>
        <checksumPolicy>ignore</checksumPolicy>
      </snapshots>
    </repository>
  </repositories>
</profile>
{code}
dependencies from the above repo are not resolvable even if the profile is active.

-- 
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] Updated: (MNG-3970) [regression] Repositories injected by profiles are not used for dependency resolution

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

Shane Isbell updated MNG-3970:
------------------------------

    Fix Version/s: 3.0-alpha-2

> [regression] Repositories injected by profiles are not used for dependency resolution
> -------------------------------------------------------------------------------------
>
>                 Key: MNG-3970
>                 URL: http://jira.codehaus.org/browse/MNG-3970
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Profiles
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>            Assignee: Shane Isbell
>            Priority: Minor
>             Fix For: 3.0-alpha-2
>
>
> {code:xml}
> <profile>
>   <id>profile</id>
>   <!-- to be activated explicitly on the CLI by its id -->
>   <repositories>
>     <repository>
>       <id>maven-core-it</id>
>       <url>file:///${basedir}/repo</url>
>       <releases>
>         <checksumPolicy>ignore</checksumPolicy>
>       </releases>
>       <snapshots>
>         <checksumPolicy>ignore</checksumPolicy>
>       </snapshots>
>     </repository>
>   </repositories>
> </profile>
> {code}
> dependencies from the above repo are not resolvable even if the profile is active.

-- 
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-3970) [regression] Repositories injected by profiles are not used for dependency resolution

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

Shane Isbell closed MNG-3970.
-----------------------------

    Resolution: Fixed

> [regression] Repositories injected by profiles are not used for dependency resolution
> -------------------------------------------------------------------------------------
>
>                 Key: MNG-3970
>                 URL: http://jira.codehaus.org/browse/MNG-3970
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Profiles
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>            Assignee: Shane Isbell
>            Priority: Minor
>             Fix For: 3.0-alpha-2
>
>
> {code:xml}
> <profile>
>   <id>profile</id>
>   <!-- to be activated explicitly on the CLI by its id -->
>   <repositories>
>     <repository>
>       <id>maven-core-it</id>
>       <url>file:///${basedir}/repo</url>
>       <releases>
>         <checksumPolicy>ignore</checksumPolicy>
>       </releases>
>       <snapshots>
>         <checksumPolicy>ignore</checksumPolicy>
>       </snapshots>
>     </repository>
>   </repositories>
> </profile>
> {code}
> dependencies from the above repo are not resolvable even if the profile is active.

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