|
From: jpringle <jpr...@qp...> - 2007-04-04 22:30:49
|
Is it possible to proxy repositories that are in legacy format? Right now I've got an override set in settings.xml for central and snapshots that sets the URL to the proxy repository address, but want to use a plugin that is only hosted in the 1.x maven repositories (xdoclet2 plugin). How can I get: ... <pluginRepository> <id>codehaus-plugins</id> <url>http://dist.codehaus.org/</url> <layout>legacy</layout> <snapshots><enabled>true</enabled></snapshots> <releases><enabled>true</enabled></releases> </pluginRepository> to go through the proxy correctly? Thanks! --Jason -- View this message in context: http://www.nabble.com/proxying-maven1.x-repositories--tf3528636.html#a9846904 Sent from the Artifactory-Users mailing list archive at Nabble.com. |