Re: [DISCUSSION] activating Reproducible Builds by default in Maven 4

2024-09-25 Thread Guillaume Nodet
-- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: upgrade jdk 17 used in maven jenkins cicd

2024-09-24 Thread Guillaume Nodet
-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: The problem with the lack of documentation

2024-09-21 Thread Guillaume Nodet
point is that it nullifies if "default" value is > present, and those come from corresponding super POM? > > https://github.com/apache/maven/tree/45f9b81b4a8451a75864ef1c861c5bb201a54790/maven-api-impl/src/main/resources/org/apache/maven/model > > Basically, keep only the

Re: [ANN] Apache Maven Daemon 1.0.2 released

2024-09-11 Thread Guillaume Nodet
n-mvnd/issues > > > > Have fun, > > The Apache Maven Team > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org

Re: Inheritance of Report Sets

2024-09-06 Thread Guillaume Nodet
gt; Any idea? > > Thanks in advance, > Konrad > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet

Re: [VOTE] Release Apache Maven 4.0.0-beta-4

2024-09-01 Thread Guillaume Nodet
+1 Guillaume Nodet Le ven. 30 août 2024 à 14:43, Tamás Cservenák a écrit : > Howdy, > > We solved 56 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354939 > > There are still a couple of issue

Re: 4.0.0-beta-4 goal ordering and priorities

2024-08-31 Thread Guillaume Nodet
rity tag could be folded into the phase tag. > > 1000::integration-test Yes, the priority tag could now be removed. https://issues.apache.org/jira/browse/MNG-8234 > > Kind regards, -- Guillaume Nodet

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-17 Thread Guillaume Nodet
many places in the documentation that need to be updated. The > > ones that I found are part of pull request #1625: > > > > https://github.com/apache/maven/pull/1625/commits/4bc46b4114396e6025645f3c5dae888f3d386981 > > > > > >Martin

Re: More rigorous terminology - Was: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-16 Thread Guillaume Nodet
n modules with JPMS modules. (FWIW, my past Maven projects have > build JPMS modules, OSGi bundles, NetBeans modules, Eclipse plug-ins and > more without much confusion.) > > Just my 2 cents. > > Best wishes, > > Andreas > > [1] > < https://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site > > [2] <https://maven.apache.org/pom.html#Inheritance> > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet

Re: [DISCUSS] maven-core-plugin

2024-08-15 Thread Guillaume Nodet
Well this would be the same plugins, not duplicates…. Guillaume Nodet Le jeu. 15 août 2024 à 20:10, Elliotte Rusty Harold a écrit : > On Thu, Aug 15, 2024 at 1:24 PM Delany wrote: > > > The $5000 question is how can the old plugins still even exist i

Re: [DISCUSS] maven-core-plugin

2024-08-15 Thread Guillaume Nodet
Yes, I don’t understand either. I think the proposal is just to merge all core plugins into a single project. Guillaume Nodet Le jeu. 15 août 2024 à 16:39, Tamás Cservenák a écrit : > Eliotte, > > Who would "compete" within the ASF Maven projec

Re: [DISCUSS] maven-core-plugin

2024-08-15 Thread Guillaume Nodet
e could consider all 'core' plugins (those referenced from > >> maven like in lifecycle mapping) except: > >> * m-compiler-p > >> * m-surefire-p > >> > >> as they are complex on their own. > >> > >> WDYT? > >> Tamas > > > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet

Re: [DISCUSS] maven-core-plugin

2024-08-15 Thread Guillaume Nodet
build (we could keep several jar plugin in a single release cycle/git repo). Maybe that would bring the same benefits without drawbacks. I know some people do frown when releasing the same artifacts without any real change, but I’m not sure why… Guillaume Nodet Le jeu

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-14 Thread Guillaume Nodet
“resolving” is quite difficult to understand. A PR is being worked on ( https://github.com/apache/maven/pull/1640) to define terminology for those, so maybe we can expand the scope of this PR to properly define a more complete glossary. Guillaume Nodet Le mer. 14 août

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-13 Thread Guillaume Nodet
Martin > > > > > -- > Elliotte Rusty Harold > elh...@ibiblio.org > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: First draft of proposed model change: element

2024-08-11 Thread Guillaume Nodet
Nice ! Fwiw, I also worked on a POC a month ago. I just pushed at https://github.com/gnodet/maven/tree/model-build-sources Your documented changes in the MDO are much better than mine, so I'm happy to continue from yours :-) Fwiw, the problem I hit was how to handle the fact that Maven 3 model wrap

Re: Should the Dependency interface contains a getPath() method?

2024-08-08 Thread Guillaume Nodet
Le jeu. 8 août 2024 à 11:05, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Hello Guillaume > > Le 2024-08-07 à 22 h 23, Guillaume Nodet a écrit : > > > * ArtifactCoordinate are used to locate artifacts in a repository, > > it's bas

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
te? It would > remove the need for `toCoordinate()` methods and reduce a little bit the > amount of wrappings between different kinds of objects in Maven core, > which cost me hours of debugging (pull request #1621 is small, but was > hard to find). I find the outcome much less clear. The sam

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
Can it load non JPMS jars too ? Maybe this has changed, but my understanding is that everything had to be JPMS modules, meaning that any plugin that has a dependency which is not a JPMS module would not be loadable… That’s a too big constraint imho. Guillaume Nodet Le

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
Le mer. 7 août 2024 à 15:30, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2024-08-07 à 14 h 21, Guillaume Nodet a écrit : > > > > Why do we care ? If we provide a well defined API (with a known set of > > jars), people should be aware if they

Re: Proposal: remove warning about file encoding not set

2024-08-07 Thread Guillaume Nodet
https://github.com/apache/maven/blob/c0012c08aaad27473770fc39ab7e39026238c7e1/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml#L27 Guillaume Nodet Le mer. 7 août 2024 à 13:44, Martin Desruisseaux < martin.desruisse...@geomatys.com> a

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
I’ll reply to that one later… Guillaume Nodet Le lun. 5 août 2024 à 14:07, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Maven 4 has two very similar public interfaces for dependencies: > > * Dependency > * DependencyCoordi

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
Guillaume Nodet Le mer. 7 août 2024 à 13:24, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2024-08-07 à 12 h 55, Guillaume Nodet a écrit : > > > I'm not a big fan of reducing the visibility of implementation > > cla

Re: Should the Dependency interface contains a getPath() method?

2024-08-07 Thread Guillaume Nodet
gins, the default setup should only expose the org.apache.maven.api packages, so they won't even have access to implementation classes. We just need to merge https://github.com/apache/maven/pull/1336 > Martin > > [1]https://github.com/Geomatys/maven/commit/8964892f8fd07a9fb2d

Re: Proposal: remove warning about file encoding not set

2024-08-07 Thread Guillaume Nodet
n to remove the warning when Maven is run on > > Java 18 or later? > > > > Martin > > > > [1]https://openjdk.org/jeps/400 > > -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-05 Thread Guillaume Nodet
888f3d386981 > > > > > >Martin > > > > > -- > N Oliver B. Fischer > A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany > P +49 30 44793251 > M +49 178 7903538 > E o.b.fisc...@swe-blog.net > > > ----

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-05 Thread Guillaume Nodet
uggest to update documentation for using "Maven sub-project" instead of > > > "Maven module". However, the XML elements in the POM would be > > > unchanged for compatibility reason. There is apparently not so man

Re: Way to skip tests when nothing has changed?

2024-07-22 Thread Guillaume Nodet
e previous > plugins returned? For example, Surefire could skip the tests if all > previous plugins (in particular the compiler plugin) returned > Status.UNCHANGED. This behavior would be optional, through some > configuration option. > > Mart

Re: Status of new compiler plugin for Maven 4

2024-07-22 Thread Guillaume Nodet
y looks like a bug. [1] https://github.com/apache/maven/pull/1336 [2] https://github.com/apache/maven/blob/d35864e348e84e2246fafe242fa732b58980a4cf/maven-api-impl/src/main/java/org/apache/maven/internal/impl/AbstractSession.java#L305 > > Thanks, > > Martin > > [1]https://github.com/Geomat

Re: [VOTE] Release Maven Site Plugin version 4.0.0-M16

2024-07-18 Thread Guillaume Nodet
-- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet ---

Re: [VOTE] Release Maven Javadoc Plugin version 3.8.0

2024-07-18 Thread Guillaume Nodet
t; To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [DISCUSS] Move some mojohaus plugins to the ASF

2024-07-12 Thread Guillaume Nodet
Le ven. 12 juil. 2024 à 15:55, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2024-07-12 à 15 h 26, Guillaume Nodet a écrit : > > > I've been working on migrating the build-helper-maven-plugin to the > > Maven 4.x API. (…snip…). This plugin in

[DISCUSS] Move some mojohaus plugins to the ASF

2024-07-12 Thread Guillaume Nodet
-helper-maven-plugin/pull/215 [2] https://github.com/apache/maven-build-helper-plugin [3] https://maven.apache.org/plugins/ -- ---- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org F

Preparing Maven 4.0.0 release ?

2024-07-06 Thread Guillaume Nodet
20AND%20status%20!%3D%20Closed%20 Please have a look to see if they can be quickly implemented, can be postponed or should be considered blocking... If you have any issues with releasing 4.0.0, now is the time ! -- Guillaume

Re: [HEADS UP] Parent poms ASF 33 and Maven 43

2024-07-02 Thread Guillaume Nodet
I've raised https://github.com/apache/maven-parent/pull/190 Le lun. 1 juil. 2024 à 13:38, Slawomir Jaranowski a écrit : > > pon., 1 lip 2024 o 10:07 Guillaume Nodet napisał(a): > > > Would it be possible to remove the dependency on > > maven-plugin-annotation f

[RESULT] [VOTE] Maven components and plugins 4.0.0-beta-1

2024-07-01 Thread Guillaume Nodet
Closing this vote with 4 +1s I'll publish the releases asap. Thx ! Cordialement Guillaume Nodet Le mer. 26 juin 2024 à 11:18, Guillaume Nodet a écrit : > > Hey everyone ! > > I've staged a few releases of plugins upgraded to the Maven 4 API and > the required compo

Re: [VOTE] Maven components and plugins 4.0.0-beta-1

2024-07-01 Thread Guillaume Nodet
+1 Le mer. 26 juin 2024 à 11:18, Guillaume Nodet a écrit : > > Hey everyone ! > > I've staged a few releases of plugins upgraded to the Maven 4 API and > the required components: > * maven-archiver > * maven-clean-plugin > * maven-compiler-plugin > * maven-d

Re: [VOTE] Maven components and plugins 4.0.0-beta-1

2024-07-01 Thread Guillaume Nodet
apt to the -3.x branch. This is required in order to not have a conflict when staging both 3.x and 4.x releases for the same plugin/component. > > Regards, > > Hervé > > On 2024/06/26 09:18:10 Guillaume Nodet wrote: > > Hey everyone ! > > > > I've staged a f

Re: [HEADS UP] Parent poms ASF 33 and Maven 43

2024-07-01 Thread Guillaume Nodet
ttps://github.com/apache/maven-parent/milestone/4 > > Please review, If we need something more let me know. > > As we have moved project issues from Jira to GitHub you can simply watch > project (eg. only for a new release) to stay up to date. > > -- > Sławom

Re: [VOTE] Maven components and plugins 4.0.0-beta-1

2024-07-01 Thread Guillaume Nodet
ITE-1011 created Thx ! > > good learnings from these releases (even if I'm worried about these Maven > 4-only plugins releases: how users will understand, how we'll maintain > branches in the future: that's another side of the learnings we'll have to do) > >

Re: [VOTE] Maven components and plugins 4.0.0-beta-1

2024-07-01 Thread Guillaume Nodet
/maven-resources-plugin/tree/maven-resources-plugin-3.x * https://github.com/apache/maven-source-plugin/tree/maven-source-plugin-3.x -- ---- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apac

[VOTE] Maven components and plugins 4.0.0-beta-1

2024-06-26 Thread Guillaume Nodet
lugin-testing-archives/LATEST/ * https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/ The vote will be open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 -- Guillaume Nodet - To unsubscri

Re: [VOTE] Release Apache Maven mvnd 2.0.0-beta-1 (respin)

2024-06-20 Thread Guillaume Nodet
+1 Guillaume Nodet Le jeu. 20 juin 2024 à 18:30, Tamás Cservenák a écrit : > Howdy, > > Note: mvnd 1.x will from now on wrap Maven 3.9.x and 2.x will wrap Maven > 4.x. > > This release provides distribution based on Apache Maven 4.0.0-beta-

[HEADS UP] Releasing maven plugins 4.0.0 beta

2024-06-20 Thread Guillaume Nodet
; I'm thinking about creating 3.x branches for those components, merging these PRs, and releasing them as beta-1. Any problems with that ? Cheers, Guillaume Nodet

Re: [VOTE] Release Apache Maven mvnd 1.0.1

2024-06-20 Thread Guillaume Nodet
140c68a7dac706e5891efe5752efd52e999a27feacae949fa5dc3585aa > > SHA512(maven-mvnd-1.0.1-src.zip)= > > cf50ab13bea021ba4a9f26970effd3911153c22feae8c2684f852233d0d2bb932951528de50368a69fadc862dcbd9189c0e141b9c213ff5a4ad3a23d2bd2eac5 > > Vote open for 72h > > [ ] +1 > [ ] +0 > [ ] -1 > -- Guillaume Nodet

Re: [VOTE] Release Apache Maven mvnd 1.0.0

2024-06-14 Thread Guillaume Nodet
+1 Guillaume Nodet Le ven. 14 juin 2024 à 16:04, Tamás Cservenák a écrit : > Howdy, > > Note: mvnd 1.x will from now on wrapping Maven 3.9.x and 2.x will wrap > Maven 4.x. > > This release provides distribution on Apache Maven 3.9.8 (under v

Re: [DISCUSS] Removal of ineffective switch for Maven 4

2024-05-28 Thread Guillaume Nodet
3.x branch has been created a long time ago. > > The good thing is that Maven 4 does not report them. So I'll leave it at > that. > > > Maarten > > On 25/05/2024 14:00, Guillaume Nodet wrote: > > I think those have been removed 3 years ago... > > https

Re: [DISCUSS] Removal of ineffective switch for Maven 4

2024-05-25 Thread Guillaume Nodet
ove > them. That should not be hard, as they don't trigger any behaviour > anymore. After that, we can continue to drop them from the Maven CLI. > > Would that make sense? > > > Maarten > > ----- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Guillaume Nodet

Maven contributor recognition (Re: [DISCUSS] Add Hendrik Ebbers as a committer)

2024-05-25 Thread Guillaume Nodet
we need a more formal recognition of Maven contributors / "power users" ? I.e. something to tell them: if you ever need committer access (i.e. you actually want to contribute code/doc), submit a few PRs and we'll get there. Just some thoughts... Le sam. 25 mai 2024 à 10:57, Gui

Re: [VOTE] Release Apache Maven 3.9.7

2024-05-23 Thread Guillaume Nodet
http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72h > > [ ] +1 > [ ] +0 > [ ] -1 > -- Guillaume Nodet

Re: [VOTE] Release Apache Maven 4.0.0-beta-3

2024-05-22 Thread Guillaume Nodet
nkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le mer. 22 mai 2024 à 17:12, Guillaume Nodet a écrit : > > > This is a vote to release Apache Maven 4.0.0-beta-

[CANCEL] [VOTE] Release Apache Maven 4.0.0-beta-2

2024-05-22 Thread Guillaume Nodet
Cancelling this vote. Le lun. 13 mai 2024 à 19:40, Guillaume Nodet a écrit : > I've cut another release after having fixed a bug in the consumer pom > creation. > > This is a vote to release Apache Maven 4.0.0-beta-1. > > We solved 21 issues: > https://iss

[VOTE] Release Apache Maven 4.0.0-beta-3

2024-05-22 Thread Guillaume Nodet
org/ref/4-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html The vote is open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 -- Guillaume Nodet

Re: Trying to test the reworked compiler plugin

2024-05-21 Thread Guillaume Nodet
And https://github.com/Geomatys/maven/commit/5165ca60a1b44cd2a376cd1bfe48f558a2cbd54f looks interesting, as the interface was introduced in 4.x branch, so no need to keep it as it's not used anymore. Feel free to create a proper PR. Le mar. 21 mai 2024 à 11:15, Guillaume Nodet a

Re: Trying to test the reworked compiler plugin

2024-05-21 Thread Guillaume Nodet
gt; operate (maven-core vs new maven API). > > This is all yet to be done. > > @Guillaume Nodet ping > I'm trying to fix the remaining issues to release beta. Once that's done, we can upgrade the m-plugin-p and m-plugin-tools to beta. And yes, we should remove the `mvn4` bran

[VOTE] Release Apache Maven 4.0.0-beta-2

2024-05-13 Thread Guillaume Nodet
] +1 [ ] +0 [ ] -1 -- -------- Guillaume Nodet

[CANCEL] [VOTE] Release Apache Maven 4.0.0-beta-1

2024-05-13 Thread Guillaume Nodet
I need to cancel this release. It's still affected by a problem when building consumer POM with the interaction of the flatten-m-p (or any plugin rewriting the original POM). I'll recut another release tomorrow. Guillaume Le lun. 13 mai 2024 à 17:04, Guillaume Nodet a écrit : >

[VOTE] Release Apache Maven 4.0.0-beta-1

2024-05-13 Thread Guillaume Nodet
.org/guides/development/guide-testing-releases.html The vote is open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 -- ---- Guillaume Nodet

Re: [DISCUSS] Maven Plugin SPI

2024-05-06 Thread Guillaume Nodet
, Tamás Cservenák a écrit : > Sure, > > Again, I am fine with having SPI artifact next to plugin consumer artifact. > All I wanted to prevent is having tens or more versions of SPI artifact > released, while in fact they are "same thing". > > T > > On Mon, M

Re: [DISCUSS] Maven Plugin SPI

2024-05-06 Thread Guillaume Nodet
> that > > it's pointless: we will have many releases of the same thing. > > > > On Mon, May 6, 2024 at 2:31 PM Guillaume Nodet > wrote: > > > >> Le lun. 6 mai 2024 à 14:29, Tamás Cservenák a > >> écrit : > >> > >> >

Re: [DISCUSS] Maven Plugin SPI

2024-05-06 Thread Guillaume Nodet
ates to apply SPI pattern: > > > * maven-deploy-plugin (yet to be added) > > > * maven-gpg-plugin (already have it, but in unusable form, as it does > not > > > follow pattern from wiki) > > > > > > Example GAs: > > > org.apache.maven.maven-plugin-spi:maven-deploy-spi > > > org.apache.maven.maven-plugin-spi:maven-gpg-spi > > > > > > Thanks > > > T > > > > > > -- Guillaume Nodet

Re: [DISCUSS] Maven Plugin SPI

2024-05-06 Thread Guillaume Nodet
G: "org.apache.maven.maven-plugin-spi" > > > > For now, we have two candidates to apply SPI pattern: > > * maven-deploy-plugin (yet to be added) > > * maven-gpg-plugin (already have it, but in unusable form, as it does not > > follow pattern from wiki) > > > > Example GAs: > > org.apache.maven.maven-plugin-spi:maven-deploy-spi > > org.apache.maven.maven-plugin-spi:maven-gpg-spi > > > > Thanks > > T > > > -- Guillaume Nodet

Re: Quo Vadis Maven?

2024-05-03 Thread Guillaume Nodet
t%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%202.0.0-alpha-11 > > Keep your eyes on our upcoming releases, > and have fun! > - The Apache Maven team > -- Guillaume Nodet

Re: maven-compat removal?

2024-04-29 Thread Guillaume Nodet
-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Guillaume Nodet

Re: [VOTE] Release Maven Install Plugin 3.1.2

2024-04-27 Thread Guillaume Nodet
6ce8 > > Staging site: > https://maven.apache.org/plugins-archives/maven-install-plugin-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > -- Guillaume Nodet

Re: [VOTE] Release Maven Resolver 1.9.19

2024-04-19 Thread Guillaume Nodet
olver-archives/resolver-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > -- Guillaume Nodet

[ANN] Apache Maven Resolver 2.0.0-alpha-10 released

2024-04-04 Thread Guillaume Nodet
Howdy, The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.0-alpha-10. https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-10/ This is an eighth (alpha-4 and alpha-9 was scrubbed) preview release of Resolver 2.0.0, that would allow any downstream consumers

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-10

2024-04-01 Thread Guillaume Nodet
SOLVER/issues > > Staging repository: > https://repository.apache.org/content/repositories/maven-2080/ > > Source release SHA512: > ba52c431d11adcfbbd2aac088c4ba0bb9c4f864f084047d45ed64fa806ee0625fadd6447cce6f39f05abd493c6f54cc2b6d70740efa6bc994ce694936f6c9e0d > > Staging site: > https://maven.apache.org/resolver-archives/resolver-LATEST/ > > Guide to testing staged releases: > https://mave

Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-03-20 Thread Guillaume Nodet
e specific comment. > > > > To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org > > > > For queries about this service, please contact Infrastructure at: > > us...@infra.apache.org > > > > -- Guillaume Node

Re: [RESULT] [VOTE] Release maven-filtering-3.3.2 and maven-remote-resources-plugin-3.2.0

2024-03-10 Thread Guillaume Nodet
Ah, the vote was closed this morning by Tamas... ;-) Forget this thread then. Le dim. 10 mars 2024 à 23:12, Guillaume Nodet a écrit : > > Not sure what happens during the week, but the staging repository > seems to have been published to central already. > Has anyone published it

Re: [RESULT] [VOTE] Release maven-filtering-3.3.2 and maven-remote-resources-plugin-3.2.0

2024-03-10 Thread Guillaume Nodet
Not sure what happens during the week, but the staging repository seems to have been published to central already. Has anyone published it ? Le dim. 10 mars 2024 à 22:51, Guillaume Nodet a écrit : > > Closing this vote with 4 +1s and no other votes. > I'll publish the sites (thx He

[RESULT] [VOTE] Release maven-filtering-3.3.2 and maven-remote-resources-plugin-3.2.0

2024-03-10 Thread Guillaume Nodet
Closing this vote with 4 +1s and no other votes. I'll publish the sites (thx Hervé !) and the binaries. Cheers, Guillaume Le sam. 2 mars 2024 à 10:47, Guillaume Nodet a écrit : > > I've staged release candidates for maven-filtering-3.3.2 and > maven-remote-resources-plug

Re: [VOTE] Release maven-filtering-3.3.2 and maven-remote-resources-plugin-3.2.0

2024-03-10 Thread Guillaume Nodet
+1 Le sam. 2 mars 2024 à 10:47, Guillaume Nodet a écrit : > > I've staged release candidates for maven-filtering-3.3.2 and > maven-remote-resources-plugin-3.2.0 at > https://repository.apache.org/content/repositories/maven-2067 > > JIRA release notes: > https://issue

Re: [DISCUSS] Maven Core Plugins versioning

2024-03-08 Thread Guillaume Nodet
Or maybe a 1 hundred bump: 3.12.1 -> 3.100.0 ? It may be more clear, as that's a number we don't usually reach... Le ven. 8 mars 2024 à 17:20, Guillaume Nodet a écrit : > > I'm slightly hesitant about that. > It seems to me plugins have mostly been compatible, so we

Re: [DISCUSS] Maven Core Plugins versioning

2024-03-08 Thread Guillaume Nodet
>> Upshot: No matter what you do, you will do it wrong. I would rely on > >> MPLUGIN foo to manage he compat history. > >> > >> M > >> > >> - > >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > >> For additional commands, e-mail: dev-h...@maven.apache.org > >> > >> -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven 4.0.0-alpha-13

2024-03-07 Thread Guillaume Nodet
+1 Guillaume Nodet Le mer. 6 mars 2024 à 21:44, Tamás Cservenák a écrit : > Howdy, > > This is a vote to release Apache Maven 4.0.0-alpha-13. > > We solved 32 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=1231

Re: [VOTE] Release Apache Maven 4.0.0-alpha-13

2024-03-07 Thread Guillaume Nodet
This does not seem to be related to MNG-8012 given the message. This is more probably https://issues.apache.org/jira/browse/MNG-7854 Guillaume Nodet Le jeu. 7 mars 2024 à 09:06, Tamás Cservenák a écrit : > Karl, > > Initial reason is maybe this

[VOTE] Release maven-filtering-3.3.2 and maven-remote-resources-plugin-3.2.0

2024-03-02 Thread Guillaume Nodet
jects/MRRESOURCES/versions/12353591 Note that m-remote-resources-p depends on the release of maven-filtering, hence the single vote. Please review and vote ! -- Guillaume Nodet - To unsubscribe, e-mail

Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Guillaume Nodet
> --- > > Vote open for 72 hours: > > [ ] +1 (set JDK17 min version for Maven 4.x) > [ ] +0 > [ ] -1 (please include reasoning) > > --- > > - Ben > > [1*]: https://www.apache.org/foundation/voting.html -- Guillaume Nodet --

Re: Hand ups - new releases in next week

2024-02-26 Thread Guillaume Nodet
fixed > - review opened PR - many times review from contributors and users are very > valuable > - check documentation - sometime we can fix a simple misspells, broken > links, clarify a more bit and so on > > All contributors are welcome - ol

Re: [VOTE] Release Apache Maven Shade Plugin version 3.5.2

2024-02-18 Thread Guillaume Nodet
> > > > That's all fine, but please say this on the PR so the new contributor > > can address these points. It's not good for PRs to sit in limbo for > > years. Commenting on PRs also helps to avoid someone else who doesn't > > have the context you do (e.g. me) from coming along and simply merging > > the PR because I don'

Re: Java version for Maven 4?

2024-02-03 Thread Guillaume Nodet
… Guillaume Nodet Le sam. 3 févr. 2024 à 15:17, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Hello > > From the replies in this thread, it seems to me that there is a > consensus for moving Maven 4 to some Java version after 8. I see: >

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-7

2024-01-29 Thread Guillaume Nodet
releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Java version for Maven 4?

2024-01-22 Thread Guillaume Nodet
Le lun. 22 janv. 2024 à 09:52, Hervé Boutemy a écrit : > > Le dimanche 21 janvier 2024, 22:03:59 CET Guillaume Nodet a écrit : > > At build time, I think it's fine to bump to whatever is needed to make > > our life manageable. If 17 is required, so be it. > +1 > >

Re: Java version for Maven 4?

2024-01-21 Thread Guillaume Nodet
ility for users. > > Martin > > [1]https://github.com/apache/maven/pull/1378#issuecomment-1902173221 -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Apache Maven 4.0.0-alpha-12 released

2024-01-18 Thread Guillaume Nodet
ore information read https://maven.apache.org/docs/4.0.0-alpha-12/release-notes.html Enjoy ! On behalf of the Apache Maven PMC team Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional com

[RESULT] [VOTE] Release Apache Maven 4.0.0-alpha-12

2024-01-15 Thread Guillaume Nodet
Vote passes with 6 votes, PMC quorum being reached. I'll publish the release asap. Guillaume Le ven. 12 janv. 2024 à 11:44, Guillaume Nodet a écrit : > I'm starting a new vote to release this new alpha. > This release brings the latest Maven Resolver 2.0.0-alpha-6, lever

Re: [VOTE] Release Apache Maven 4.0.0-alpha-12

2024-01-15 Thread Guillaume Nodet
+1 Le ven. 12 janv. 2024 à 11:44, Guillaume Nodet a écrit : > I'm starting a new vote to release this new alpha. > This release brings the latest Maven Resolver 2.0.0-alpha-6, leveraging > artifact collection filtering and the new transitive dependency manager. > JLine has

Re: [VOTE] Release Apache Maven 4.0.0-alpha-12

2024-01-12 Thread Guillaume Nodet
force push a reset on master and recut alpha-11. Le ven. 12 janv. 2024 à 12:00, Guillaume Nodet a écrit : > > > Le ven. 12 janv. 2024 à 11:47, Romain Manni-Bucau > a écrit : > >> Hi Guillaume, >> >> Is it possible to not burn versions, it is always misleading for

Re: [VOTE] Release Apache Maven 4.0.0-alpha-12

2024-01-12 Thread Guillaume Nodet
edIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le ven. 12 janv. 2024 à 11:44, Guillaume Nodet a > écrit : > > > I'm starting a new vote to release this new alph

[VOTE] Release Apache Maven 4.0.0-alpha-12

2024-01-12 Thread Guillaume Nodet
ist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-12/ Staged site: https://maven.apache.org/ref/4-LATEST/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72h [ ] +1 [ ] +0 [ ] -1 -- ---- Guillaume Nodet

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-6

2024-01-09 Thread Guillaume Nodet
374d7120330994f8ec73bbd2ea > > Staging site: > https://maven.apache.org/resolver-archives/resolver-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > -- Guillaume Nodet

[ANN] Apache Maven 4.0.0-alpha-10 released

2023-12-21 Thread Guillaume Nodet
.jspa?projectId=12316922&version=12354013 Enjoy ! Guillaume Nodet

Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-21 Thread Guillaume Nodet
Closing this vote with 7 +1s and no other votes. I'll publish the release asap. Le lun. 18 déc. 2023 à 19:16, Guillaume Nodet a écrit : > I'm starting a new vote to release this new alpha. This mainly brings > in latest resolver alpha release which fixes a nasty bug causing

Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-21 Thread Guillaume Nodet
+1 Le lun. 18 déc. 2023 à 19:16, Guillaume Nodet a écrit : > I'm starting a new vote to release this new alpha. This mainly brings > in latest resolver alpha release which fixes a nasty bug causing maven > to never quit. > > Fwiw, a few plugins have already been ported t

Re: Guidance on Maven 4 API issue

2023-12-19 Thread Guillaume Nodet
ifferent plugin too, that would make things less complicated maybe. Guillaume Le mar. 19 déc. 2023 à 13:55, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit : > Le 2023-12-19 à 13 h 32, Guillaume Nodet a écrit : > > > result.getPaths().stream().map(Path::toS

Re: Guidance on Maven 4 API issue

2023-12-19 Thread Guillaume Nodet
/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/visitor/AbstractDepthFirstNodeListGenerator.java#L130 > > > Thanks > T > > On Tue, Dec 19, 2023 at 1:08 PM Martin Desruisseaux < > martin.desruisse...@geomatys.com> wrote: > > > Le 2023-1

Re: Guidance on Maven 4 API issue

2023-12-19 Thread Guillaume Nodet
ing the separation between "maven-artifact" and "maven-api-core" > modules, I see that both of them define their own Artifact interface: > > * org.apache.maven.artifact.Artifact > * org.apache.maven.api.Artifact > > Somewhere there is code that copy data from one structure to the other. > Wouldn't it be simpler to have only one interface? > > Martin > > -- Guillaume Nodet

[VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Guillaume Nodet
rectory: https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/ Staged site: https://maven.apache.org/ref/4-LATEST/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72h [ ] +1 [ ] +0 [ ] -1 -- ----

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-5

2023-12-16 Thread Guillaume Nodet
ide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 -- Guillaume Nodet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

  1   2   3   4   5   >