Invalid handling of mirror section into settings.xml
----------------------------------------------------
Key: MNGECLIPSE-86
URL: http://jira.codehaus.org/browse/MNGECLIPSE-86
Project: Maven 2.x Extension for Eclipse
Type: Bug
Components: Dependency Resolver
Environment: windows xp/linux
Reporter: Christophe Lallement
Assigned to: Eugene Kuleshov
Priority: Blocker
To deploy maven into my company, i use the mirror section of setting.xml to
improve download of dependancy availale into the central repository.
<mirrors>
<mirror>
<id>maven-proxy</id>
<name>Maven-Proxy Mirror</name>
<url>http://mylocalhost:9999/repository</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
it seems that eclipse plugin doesn't handle this description and try to to
download by default inot ibiblio ?
is it right ?
Ths
Christophe
--
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]