Re: extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Romain Manni-Bucau
+1 and maybe drop the builder from plexus package for v4 (not too late to fix it) Le ven. 30 déc. 2022 à 23:56, Hervé Boutemy a écrit : > ok, if everyone wants to go that route of clarifying dependency from Maven > on > plexus-utils, let's go and do it fully. > > First, I'm lost if you call "ple

Re: extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Hervé Boutemy
ok, if everyone wants to go that route of clarifying dependency from Maven on plexus-utils, let's go and do it fully. First, I'm lost if you call "plexus-xml" an artifact that is maintained at Maven. So we'll need to rephrase with one strict convention: plexus-* artifacts are maintained at Plex

[ANN] Apache Maven 3.8.7 released

2022-12-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven 3.8.7 Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece o

[RESULT] [VOTE] Release Apache Maven version 3.8.7

2022-12-30 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Slawomir Jaranowski, Hervé Boutemy, Romain Manni-Bucau, Karl Heinz Marbaise, Tamás Cservenák, Arnaud Héritier, Olivier Lamy, Sylwester Lachiewicz, Mark Derricutt, Petr Široký PMC quorum: reached I will promote the artifa

Re: extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Guillaume Nodet
To reduce dependency from maven to plexus, we could keep the xml api and implementation which are used by maven 4 inside maven, and update plexus-utils (or the new plexus-xml) to be compatible with the new immutable DOM api from maven. So this would mean: * move the two re-implemented plexus cla

Re: extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Benjamin Marwell
+1 to what Romain said. Let's reduce dependencies to other orgs where possible and feasible. It is, in this case. On Fri, 30 Dec 2022, 10:27 Romain Manni-Bucau, wrote: > Hi Hervé, > > As mentionned in the thread I think it makes sense to freeze plexus and > slowly import to maven the related

Re: extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Romain Manni-Bucau
Hi Hervé, As mentionned in the thread I think it makes sense to freeze plexus and slowly import to maven the related code so I'd be to import the parts we need (guess some abstraction can be dropped at the same time). So +1 to split, -0 to do it at plexus, +1 to do it in maven. Romain Manni-Bucau

extracting XML classes from plexus-utils to plexus-xml

2022-12-30 Thread Hervé Boutemy
while working on the XML side of Maven 4 immutable API, we had the idea of extracting the XML code from plexus-utils to a new separate plexus-xml artifact that could be done for version 4 see https://github.com/codehaus-plexus/plexus-utils/issues/228 any objection? Regards, Hervé