On Tue, 12 May 2020 at 00:46, Clément Guillaume <[email protected]> wrote: > It looks like when a plugin has a SNAPSHOT dependency, maven will try to > get it from repository.apache.org/snapshots. > How does maven know about repository.apache.org/snapshots? I don't see > anything in the effective pom.
maven-clean-plugin inherits apache.snapshots pluginRepository from org.apache:apache (and central from super pom). -- Piotrek --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
