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

2024-08-14 Thread Konrad Windszus
Module is a quite overloaded term so you always have to specify the context. For me module without the prefix “Java” doesn’t implicitly mean Java module. Same would apply for “package”. Is it Java package or Maven package (the lifecycle phase)? Overall I don’t think it is worth the effort to do t

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

2024-08-14 Thread Delany
What about the full "Maven Project Module"? Then there's no confusion about Maven being a modularized Java application. Intellij could adopt the same convention "Intellij IDEA Project Module". Delany On Mon, 5 Aug 2024 at 14:29, Jeff Jensen wrote: > Additionally, since a module is part of a prod

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

2024-08-14 Thread Martin Desruisseaux
Le 2024-08-14 à 09 h 08, Konrad Windszus a écrit : Module is a quite overloaded term so you always have to specify the context. For me module without the prefix “Java” doesn’t implicitly mean Java module. Same would apply for “package”. Is it Java package or Maven package (the lifecycle phase)?

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-14 Thread Tamás Cservenák
Howdy, Huh, so we have quite some warnings in there with '==' being one of them: https://gist.github.com/cstamas/cdc355a7e9cf04b106630e4c481b2ea4 Will discuss what to do with mates and get back here. Thanks T On Tue, Aug 13, 2024 at 10:29 PM John Neffenger wrote: > -1 > > I'm getting the foll

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

2024-08-14 Thread Guillaume Nodet
Maybe now is the time to re(de)fine our terminology: https://maven.apache.org/glossary.html. Btw I tend to prefer documenting code rather than having pages in a different location, they tend to be out of date more easily I think. Imho, “Project” is really widespread, so if there’s one to keep, I w

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-14 Thread Tamás Cservenák
Am cancelling the vote for Maven 3.9.9 and will respin it. Note: this means drop of maven-3.9.9 tag as well! Thanks T On Wed, Aug 14, 2024 at 10:04 AM Tamás Cservenák wrote: > Howdy, > > Huh, so we have quite some warnings in there with '==' being one of them: > https://gist.github.com/cstamas

[CANCELED] [VOTE] Release Apache Maven 3.9.9

2024-08-14 Thread Tamás Cservenák
Howdy, i am cancelling the vote for Maven 3.9.9, will respin it a bit later. Thanks T

Re: Maven 3.9.9 unexpected operator

2024-08-14 Thread Tamás Cservenák
Howdy, Thanks for testing! Fix is on way (3.9.9 and 4) and will respin 3.9.9 release: https://github.com/apache/maven/pull/1652 https://github.com/apache/maven/pull/1653 Thanks T On Tue, Aug 13, 2024 at 10:43 PM John Neffenger wrote: > I think the errors I'm getting in my previous message are

[VOTE] Release Apache Maven 3.9.9 (respin #1)

2024-08-14 Thread Tamás Cservenák
Howdy, Respin #1: mvn shell script fix, removal of "bashism": https://github.com/apache/maven/pull/1653 We solved 13 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/

[PR] Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 [maven-xinclude-extension]

2024-08-14 Thread via GitHub
dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/maven-xinclude-extension/pull/3 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. Release notes Sourced from https://github.com/junit-team/junit5/re

[VOTE] Release Maven Plugin Tools version 3.14.0

2024-08-14 Thread Michael Osipov
Hi, we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354665 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repo

[VOTE] Release Maven Site Plugin version 3.20.0

2024-08-14 Thread Michael Osipov
Hi, NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack#TowardsDoxia2.0.0Stack-MavenSitePlugin3.20.0/4.0.0 we solved 85 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12354960 There

Re: Maven 3.9.9 unexpected operator

2024-08-14 Thread John Neffenger
Thank you, Tamás. Respin #1 is working fine for me now. John On 8/14/24 1:32 AM, Tamás Cservenák wrote: Howdy, Thanks for testing! Fix is on way (3.9.9 and 4) and will respin 3.9.9 release: https://github.com/apache/maven/pull/1652 https://github.com/apache/maven/pull/1653 Thanks T