[ http://jira.codehaus.org/browse/MNG-875?page=comments#action_46487 ]
Bob Allison commented on MNG-875: --------------------------------- Does that mean that the m2 POMs no longer reference <repository><id>snapshots</id>...</repository> and <pluginRepository><id>snapshots</id<...</pluginRepository> as diffrent URLs? That is what the patch fixes. > Duplicate repository IDs prevent mirroring Maven2 development repositories > -------------------------------------------------------------------------- > > Key: MNG-875 > URL: http://jira.codehaus.org/browse/MNG-875 > Project: Maven 2 > Type: Improvement > Versions: 2.0-beta-1 > Reporter: Bob Allison > Assignee: Brett Porter > Priority: Minor > Attachments: fix-repos-id.patch > > > Within the Maven 2 codebase, two different development repositories are given > the "snapshots" ID. Because the repositories are at different web addresses, > it is impossible to specify a mirror which satisfies both repositories. The > attached patch adjusts the codebase to consistently use the following names: > -- "snapshots" refers to the Maven Central Development Repository at > http://snapshots.maven.codehaus.org/maven2 > -- "plugin-snapshots" refers to the Maven Central Plugins Development > Repository at http://snapshots.maven.codehaus.org/maven2/plugins > After making these changes (and adding a mirror for "central") I am able to > build the entire Maven 2 bootstrap and pass all integration tests while > minimizing the number of times the build is skipping the mirror and going > directly to ibiblio. The three downloads that go directly to ibiblio are > modello dependencies which reference a repository with the ID of > "central-plugins"; my attempts to mirror this repository appear to be ignored. -- 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, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]