I have being struggling with problems regarding dependencies on apparently released artifacts (not snapshots), which contain snapshot or faulty dependencies (maybe transitive). If the artifacts also define their own remote repositories, I'm unable to fix the problem by patching the intranet or proxy repository, as this are circumvented .
Is it possible to prevent Maven from downloading artifacts from Internet repositories using the intranet/proxy repository as the only remote repository? One way of doing this would be to define some kind of repository whitelist defining the intranet repositories allowed. The offline line option is not quite what I need as this would prevent usage of the intranet repositories. I fell I'm currently unable to guarantee my intranet Maven users that a fully version controlled dependency definition in the poms will ensure a fixed dependency tree (broken configuration management :-( ). -- View this message in context: http://www.nabble.com/Preventing-transitive-snapshot-downloading-tf3375610s177.html#a9394154 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
