Konrad Windszus

Results 602 comments of Konrad Windszus

This sounds like an issue with your reactor then. Maven only tries to download dependencies which are not part of the current multimodule build. Some projects from ASF rely on...

IMHO adding the ASF snapshot repo shouldn't do any harm for projects not leveraging it. So let us rather track the downstream issues separately.

Please give some reasons, except for unclear downstream issues. This is very helpful for most ASF projects is my argument for keeping it in that place!

Every multi repo ASF project with inter repo dependencies needs that from time to time.

Local builds are affected, GitHub actions are affected (everything which does not use a centrally managed `settings.xml` with that repo in it), so yes from my perspective the impact is...

@hboutemy What is the ultimate goal here? Not requiring plugins coming with lifecycle mappings to be loaded as extensions and still consider their mappings? What exactly is the concern you...

@gnodet I opened https://issues.apache.org/jira/browse/MNG-7574 to address the concern of @hboutemy. Hopefully soon the plugins themselves identifies those classes which should be exposed through the Core Classloader which would make this...

> the concern on early load remains But this only affects components and I fail to see the negative impact as most (if not all components) are actually necessary to...

But before removing bindings from core they should be loaded through plugin extensions (not the other way around). This PR prepares for future Maven version which do no longer include...

I use maven-bundle plugin and https://jackrabbit.apache.org/filevault-package-maven-plugin/. Both use custom types and bindings and everything works fine when they are loaded with extensions. Don’t know why your example with archetype is...