[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