Le sam. 25 sept. 2021 à 09:04, Michael Osipov <micha...@apache.org> a écrit :
> Am 2021-09-24 um 23:43 schrieb Benjamin Marwell: > > Hi Michael! > > > > Setups like "${project.basedir}/m2/" are a common thing. > > > > While "system" scope was probably invented to use system > > (i.e. jdk-related) jar files, but otoh > > it is the only way to pull in artifacts > > Why aren't they installed locally or deployed to a hosted repo? > Installed locally: does not make the build stable (shareable) or assumes some prestep which breaks the "works out of the box" Hosted repo: you need to have one which is not always the case and it got proven unstable (github, gitlab, etc) + sometimes you just can't due to permissions/licenses > This breaks our convention over configuration. > Hmm, where? AFAIK it fully complies to that as well as a dependency fetched on central, plus once again, the point is you don't have the choice when you do it these days. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >