Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho and dependencyManagement



On 12-04-13 6:49 AM, Max Rydahl Andersen wrote:

The only reason why it is bad to have repositories listed directly in
your pom.xml is that maven has this brilliant/bad/weird idea that
anyone that depend on such a pom also need to get that repository
added into their build - its basically "leaking" in the build details
of how projext X was built into projext Y which is just *using* not
building project X.


Ummm... I am pretty sure Maven will handle such indirectly configured
repositories correctly. Unless you use mirrorOf=* (or external:*) in
settings.xml, which is exactly the reason I avoid mirrorOf.

--
Regards,
Igor


Back to the top