I had a question about the Maven Ant Task, but not sure where to post it. Version: Maven-ant-tasks-2.0.7.jar
I have noticed the following occurrences when you have multiple mirrors defined in 'settings.xml' for a repository such as 'central' and I want to know if that is what is expected, or if it is a bug, or if I am doing something incorrect: 1. it will only check the first mirror, then stop. 2. this 'first mirror' is the only value put into the repository list passed into DefaultWagonManager class 3. the 'addMirror' method is never called on DefaultWagonManager class I was looking into implementing the MNG-714-maven-artifact-manager.patch which checks through all mirrors, then the original repository before giving up, but since the 'addMirror' method never gets called, there is no way to implement this. Thanks for you help, Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
