Guillaume Nodet

Results 422 comments of Guillaume Nodet

> TBH, this is in fact a "hidden maven3 bug" IMO, as [@gnodet](https://github.com/gnodet) explained Maven 4 is merely stricter. As the call in this plugin still exposes the "use project...

I don't think there are plans... I can fork the project inside https://github.com/mvndaemon if someone if willing to provide PRs to it.

We can point at that image and consider it the ASF official supported image, I don't see any problem in doing so. We'd need to provide some scripts to update...

https://github.com/mvndaemon/mvnd-docker

This will be licensed under ASL 2.0 and you need to grant a perpetual, worldwide, non-exclusive, no-charge, royalty0free, irrevocable copyright license.

> > Java 17 is fully supported in plugins/extensions since 3.9.6: [apache/maven#8732](https://github.com/apache/maven/issues/8732) > > Require, not support One possibility would be to keep both in the class path and try...

> I'm skeptical. These sorts of projects usually miss large chunks of XML. They work well enough on some subset the inventors thought of, and fall apart pretty quickly when...

> I agree JDOM doesn't do round tripping. Things like attribute order are not part of the infoset and should not be depended on by code. What I'm worried about...

> Dropping comments shouldn't be an issue. JDOM can easily handle that. XML parsers such as JDOM completely discard comments in the XML prolog (before the `xml` PI), as this...