> Is there a way to get the generated dependency lookup url form maven > 2.0.10? For non snapshot dependency everything works fine, but when I > want to use a snapshot version maven fails to find it, even the file is > in the repo.
You probably need to enable Snapshots in your repo definition in settings.xml. Don't forget a corresponding pluginRepository node if you're trying to pull down a snapshot version of a plugin. http://maven.apache.org/settings.html#Repositories Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
