Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Sylwester Lachiewicz
+1

śr., 11 sie 2021, 01:34 użytkownik Olivier Lamy  napisał:

> +1
>
> On Sun, 8 Aug 2021 at 08:01, Michael Osipov  wrote:
>
> > Hi,
> >
> > We solved 11 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828=12345187
> >
> > There are still a couple of issues left in JIRA:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SCM%20AND%20resolution%20%3D%20Unresolved
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1659/
> >
> >
> https://repository.apache.org/content/repositories/maven-1659/org/apache/maven/scm/maven-scm/1.11.3/maven-scm-1.11.3-source-release.zip
> >
> > Source release checksum(s):
> > maven-scm-1.11.3-source-release.zip
> > sha512:
> >
> >
> d557a4fb23ba8821d15fd99e966b00bd69045b04c80c25634458cc83f30fc447f898e4af1fee6caa3634977dfa5e782701889e38255208ce1abf55ae1680f06c
> >
> > Staging site:
> > https://maven.apache.org/scm-archives/scm-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
did the bisect and found this

*➜  **maven-core* *git:(**42c99b45e**)* git bisect good

76d5f0d942f52650d3bdf775b6af42d23d69066b is the first bad commit

commit 76d5f0d942f52650d3bdf775b6af42d23d69066b

Author: Falko Modler 

Date:   Fri Jun 25 19:28:40 2021 +0200


[MNG-6843] Parallel build fails due to missing JAR artifacts in
compilePath



Signed-off-by: rfscholte 

(cherry picked from commit 73e00ed85df84ba0c557dd020740812b2453f2d3)



This closes #482


 .../org/apache/maven/project/MavenProject.java | 67 
--

 1 file changed, 36 insertions(+), 31 deletions(-)



There is a simple fix in the mentioned plugin (and btw the fix is needed :)
)
So if a mojo creates a new Thread and tries to get some values from
MavenProject the result might change (because of this new threadLocal
field).

not changing my vote but it's still a change and possible failure


On Wed, 11 Aug 2021 at 11:29, Olivier Lamy  wrote:

> interesting this code change in the plugin fix the issue with the staged
> 3.8.2
>
> https://github.com/jetty-project/h2spec-maven-plugin/commit/a752521d12c59347a0995d01160332af28e3f092
>
> looking at commits log not sure if we touched something related to thread
> context classloader?
>
> On Wed, 11 Aug 2021 at 09:11, Olivier Lamy  wrote:
>
>> found some breaking change.
>> this plugin is not working anymore:
>> https://github.com/jetty-project/h2spec-maven-plugin
>> mvn verify
>> got ClassNotFoundException
>>
>> On Wed, 11 Aug 2021 at 03:50, Falko Modler  wrote:
>>
>>> I checked it briefly with Quarkus (almost 1k modules) and I couldn't
>>> really see a difference.
>>>
>>> Cheers,
>>> Falko
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>
>> --
>> Olivier Lamy
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
interesting this code change in the plugin fix the issue with the staged
3.8.2
https://github.com/jetty-project/h2spec-maven-plugin/commit/a752521d12c59347a0995d01160332af28e3f092

looking at commits log not sure if we touched something related to thread
context classloader?

On Wed, 11 Aug 2021 at 09:11, Olivier Lamy  wrote:

> found some breaking change.
> this plugin is not working anymore:
> https://github.com/jetty-project/h2spec-maven-plugin
> mvn verify
> got ClassNotFoundException
>
> On Wed, 11 Aug 2021 at 03:50, Falko Modler  wrote:
>
>> I checked it briefly with Quarkus (almost 1k modules) and I couldn't
>> really see a difference.
>>
>> Cheers,
>> Falko
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Olivier Lamy
+1

On Sun, 8 Aug 2021 at 08:01, Michael Osipov  wrote:

> Hi,
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828=12345187
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SCM%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1659/
>
> https://repository.apache.org/content/repositories/maven-1659/org/apache/maven/scm/maven-scm/1.11.3/maven-scm-1.11.3-source-release.zip
>
> Source release checksum(s):
> maven-scm-1.11.3-source-release.zip
> sha512:
>
> d557a4fb23ba8821d15fd99e966b00bd69045b04c80c25634458cc83f30fc447f898e4af1fee6caa3634977dfa5e782701889e38255208ce1abf55ae1680f06c
>
> Staging site:
> https://maven.apache.org/scm-archives/scm-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Olivier Lamy
found some breaking change.
this plugin is not working anymore:
https://github.com/jetty-project/h2spec-maven-plugin
mvn verify
got ClassNotFoundException

On Wed, 11 Aug 2021 at 03:50, Falko Modler  wrote:

> I checked it briefly with Quarkus (almost 1k modules) and I couldn't
> really see a difference.
>
> Cheers,
> Falko
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: Commandline inheritance

2021-08-10 Thread Tamás Cservenák
A git like behavior sound good for me as well.

So install/system-wise < user < project

T


On Tue, Aug 10, 2021, 08:22 Benjamin Marwell  wrote:

> I read Michaels message the way like option 6:
>
> > Since we have only two files: installation and user, I'd expect
> that first the installation settings are parsed followed by user
> settings (generic to specific).
>
> Installation is more generic (global) than user.
>
> Same for git: it will first parse the installation settings (/etc), then
> any user settings, then any project settings.
>
> Or are we mixing up terms here?
>
> NPM does the same, too.
>
>
>
>
> On Mon, 9 Aug 2021, 16:35 Robert Scholte,  wrote:
>
> > I'll add it, but it doesn't match the order of GIT[1] as mentioned by
> > Michael.
> > Maybe there should be a list of other comparable tools with their order
> >
> >
> > Robert
> >
> >
> > [1] https://git-scm.com/docs/git-config#FILES
> > On 9-8-2021 15:09:30, Benjamin Marwell  wrote:
> > Hi Robert,
> >
> > I would like to propose another solution.
> > According to the wiki page and to the documentation, we have
> >
> > user
> >
> > where "
> >
> > From what I understand from other build systems, a more common approach
> > would be
> >
> > installation (aka global)
> >
> > This would fix the naming issue (global becomes global).
> > Of course this is a breaking change, but for maven 4, this seems
> > reasonable to me.
> >
> > Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte :
> > >
> > > During a discussion with Michael we noticed there's something odd about
> > the names of some flags and the order of inheritance.
> > >
> > > I've tried to explain it on a separate wiki page[1] together with the
> > first 3 options how we could fix it.
> > > Please have a look at it and share your thoughts.
> > >
> > > thanks,
> > > Robert
> > >
> > > [1]
> >
> https://cwiki.apache.org/confluence/display/MAVEN/Commandline+inheritance
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Falko Modler
I checked it briefly with Quarkus (almost 1k modules) and I couldn't really see 
a difference.

Cheers,
Falko

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Tamás Cservenák
+1

On Tue, Aug 10, 2021 at 7:46 PM Michael Osipov  wrote:

> Guys, please vote.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Maven SCM version 1.11.3

2021-08-10 Thread Michael Osipov

Guys, please vote.

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Commandline inheritance

2021-08-10 Thread Michael Osipov

Am 2021-08-10 um 08:21 schrieb Benjamin Marwell:

I read Michaels message the way like option 6:


Since we have only two files: installation and user, I'd expect

that first the installation settings are parsed followed by user
settings (generic to specific).

Installation is more generic (global) than user.

Same for git: it will first parse the installation settings (/etc), then
any user settings, then any project settings.


/etc isn't installation settings. It's system settings.


Or are we mixing up terms here?


No, Robert created option 7 which reflects your and my view.


On Mon, 9 Aug 2021, 16:35 Robert Scholte,  wrote:


I'll add it, but it doesn't match the order of GIT[1] as mentioned by
Michael.
Maybe there should be a list of other comparable tools with their order


Robert


[1] https://git-scm.com/docs/git-config#FILES
On 9-8-2021 15:09:30, Benjamin Marwell  wrote:
Hi Robert,

I would like to propose another solution.
According to the wiki page and to the documentation, we have

user

where "

 From what I understand from other build systems, a more common approach
would be

installation (aka global)

This would fix the naming issue (global becomes global).
Of course this is a breaking change, but for maven 4, this seems
reasonable to me.

Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte :


During a discussion with Michael we noticed there's something odd about

the names of some flags and the order of inheritance.


I've tried to explain it on a separate wiki page[1] together with the

first 3 options how we could fix it.

Please have a look at it and share your thoughts.

thanks,
Robert

[1]

https://cwiki.apache.org/confluence/display/MAVEN/Commandline+inheritance

-
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



Re: Feature proposal: Dependency deprecation indicators

2021-08-10 Thread Chris Kilding
I have written up a proposal document. All things being equal it would be 
easier to have these things on GitHub, but if we follow 'the Apache way' I 
believe the right place for this is in the Proposals section of the wiki 
(https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=5964567).

I'd like to avoid creating spurious online accounts if possible (ASF Confluence 
and Jira have their own signup mechanisms, but I think you're meant to have an 
Apache account to benefit from single sign-on?), so could someone let me know 
what the next move is to be able to post to the wiki page?

Regards,

Chris

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Eric Lilja
Thank you for testing a bit more, Dan, I can't see anything particular on
my end either, but I don't have access to any really huge builds at
the moment, since I'm on vacation

All in all, I do however feel comfortable to vote now: +1 (non-binding)

- Eric Lilja

On Tue, Aug 10, 2021 at 10:29 AM Dan Tran  wrote:

> Further testing and comparison with current builds,  there is no concrete
> evidence of performance degradation.
>
> here is my +1 ( none binding)
>
> Sorry about noise
>
> -D
>
> On Mon, Aug 9, 2021 at 5:13 PM Dan Tran  wrote:
>
> > Hello,
> >
> >  I am not able to dedicate the time to do bisecting this issue
> >
> > -D
> >
> > On Mon, Aug 9, 2021 at 3:03 AM Eric Lilja  wrote:
> >
> >> It's an impressive list of fixes and we are many that would like to see
> a
> >> 3.8.2 release appear. Question for me is if the particular change
> >> that appears to cause a general performance degradation on the scale of
> >> ten
> >> percent is worth it (if it indeed can be isolated to particular JIRA and
> >> not due to general performance creep). No word on the bisect? I find it
> a
> >> bit hard to give a verdict now...if the fix was for a problem that only
> >> affected a small number of users, but its solution makes everyone pay a
> >> performance decrease, it might not be worth it in its current form
> >>
> >> - Eric L
> >>
> >> On Mon, Aug 9, 2021 at 11:50 AM Arnaud Héritier 
> >> wrote:
> >>
> >> > +1
> >> > Tested on several projects with no issue
> >> > I agree that the performance is a bit degraded but nothing blocker
> >> compared
> >> > the value of the fixes introduced here.
> >> >
> >> > On Sun, Aug 8, 2021 at 10:53 PM Sylwester Lachiewicz <
> >> > slachiew...@gmail.com>
> >> > wrote:
> >> >
> >> > > +1
> >> > >
> >> > > niedz., 8 sie 2021, 21:32 użytkownik Robert Scholte <
> >> > rfscho...@apache.org>
> >> > > napisał:
> >> > >
> >> > > > +1
> >> > > > On 4-8-2021 22:02:18, Michael Osipov  wrote:
> >> > > > Hi,
> >> > > >
> >> > > > We solved 68 issues:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12349965
> >> > > >
> >> > > > There are still a couple of issues left in JIRA:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
> >> > > >
> >> > > > Staging repo:
> >> > > > https://repository.apache.org/content/repositories/maven-1657/
> >> > > >
> >> > > > Dev dist directory:
> >> > > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.2/
> >> > > >
> >> > > > Source release checksums:
> >> > > > apache-maven-3.8.2-src.zip sha512:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> 228ae07dfd89f73cc7d0b10b60708db2730465dbe6022968bde6c5d7f0df9bcd7f460fe1d8012726a29f136486bdb63d1e1ba932e307380fe4c1f4db440407dd
> >> > > > apache-maven-3.8.2-src.tar.gz sha512:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> 617377ad85ced7961f972610ed88535fd3f1ab18e104556d8a3adee7769515ee67ee3cbaff50afcffd74a443b471b806acb1ae92f91a259bc8ccaab56795baf6
> >> > > >
> >> > > > Binary release checksums:
> >> > > > apache-maven-3.8.2-bin.zip sha512:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> 59ad2cbd6b7abde34ebedda94ce5631256373718e71b55202035bd1190d0144f071433f78b99e16f1204413b3eb888659e5039009e1ad0106f16332e3c62bced
> >> > > > apache-maven-3.8.2-bin.tar.gz sha512:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222
> >> > > >
> >> > > > Draft for release notes:
> >> > > > https://github.com/apache/maven-site/pull/251
> >> > > >
> >> > > >
> >> > > > Guide to testing staged releases:
> >> > > >
> >> http://maven.apache.org/guides/development/guide-testing-releases.html
> >> > > >
> >> > > > Vote open for at least 72 hours.
> >> > > >
> >> > > > [ ] +1
> >> > > > [ ] +0
> >> > > > [ ] -1
> >> > > >
> >> > > >
> >> -
> >> > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> >> > > > For additional commands, e-mail: dev-h...@maven.apache.org
> >> > > >
> >> > > >
> >> > >
> >> >
> >> >
> >> > --
> >> > Arnaud Héritier
> >> > Twitter/GitHub/... : aheritier
> >> >
> >>
> >
>


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Tibor Digana
+1

On Wed, Aug 4, 2021 at 10:02 PM Michael Osipov  wrote:

> Hi,
>
> We solved 68 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12349965
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1657/
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.2/
>
> Source release checksums:
> apache-maven-3.8.2-src.zip sha512:
>
> 228ae07dfd89f73cc7d0b10b60708db2730465dbe6022968bde6c5d7f0df9bcd7f460fe1d8012726a29f136486bdb63d1e1ba932e307380fe4c1f4db440407dd
> apache-maven-3.8.2-src.tar.gz sha512:
>
> 617377ad85ced7961f972610ed88535fd3f1ab18e104556d8a3adee7769515ee67ee3cbaff50afcffd74a443b471b806acb1ae92f91a259bc8ccaab56795baf6
>
> Binary release checksums:
> apache-maven-3.8.2-bin.zip sha512:
>
> 59ad2cbd6b7abde34ebedda94ce5631256373718e71b55202035bd1190d0144f071433f78b99e16f1204413b3eb888659e5039009e1ad0106f16332e3c62bced
> apache-maven-3.8.2-bin.tar.gz sha512:
>
> b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/251
>
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-10 Thread Dan Tran
Further testing and comparison with current builds,  there is no concrete
evidence of performance degradation.

here is my +1 ( none binding)

Sorry about noise

-D

On Mon, Aug 9, 2021 at 5:13 PM Dan Tran  wrote:

> Hello,
>
>  I am not able to dedicate the time to do bisecting this issue
>
> -D
>
> On Mon, Aug 9, 2021 at 3:03 AM Eric Lilja  wrote:
>
>> It's an impressive list of fixes and we are many that would like to see a
>> 3.8.2 release appear. Question for me is if the particular change
>> that appears to cause a general performance degradation on the scale of
>> ten
>> percent is worth it (if it indeed can be isolated to particular JIRA and
>> not due to general performance creep). No word on the bisect? I find it a
>> bit hard to give a verdict now...if the fix was for a problem that only
>> affected a small number of users, but its solution makes everyone pay a
>> performance decrease, it might not be worth it in its current form
>>
>> - Eric L
>>
>> On Mon, Aug 9, 2021 at 11:50 AM Arnaud Héritier 
>> wrote:
>>
>> > +1
>> > Tested on several projects with no issue
>> > I agree that the performance is a bit degraded but nothing blocker
>> compared
>> > the value of the fixes introduced here.
>> >
>> > On Sun, Aug 8, 2021 at 10:53 PM Sylwester Lachiewicz <
>> > slachiew...@gmail.com>
>> > wrote:
>> >
>> > > +1
>> > >
>> > > niedz., 8 sie 2021, 21:32 użytkownik Robert Scholte <
>> > rfscho...@apache.org>
>> > > napisał:
>> > >
>> > > > +1
>> > > > On 4-8-2021 22:02:18, Michael Osipov  wrote:
>> > > > Hi,
>> > > >
>> > > > We solved 68 issues:
>> > > >
>> > > >
>> > >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12349965
>> > > >
>> > > > There are still a couple of issues left in JIRA:
>> > > >
>> > > >
>> > >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>> > > >
>> > > > Staging repo:
>> > > > https://repository.apache.org/content/repositories/maven-1657/
>> > > >
>> > > > Dev dist directory:
>> > > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.2/
>> > > >
>> > > > Source release checksums:
>> > > > apache-maven-3.8.2-src.zip sha512:
>> > > >
>> > > >
>> > >
>> >
>> 228ae07dfd89f73cc7d0b10b60708db2730465dbe6022968bde6c5d7f0df9bcd7f460fe1d8012726a29f136486bdb63d1e1ba932e307380fe4c1f4db440407dd
>> > > > apache-maven-3.8.2-src.tar.gz sha512:
>> > > >
>> > > >
>> > >
>> >
>> 617377ad85ced7961f972610ed88535fd3f1ab18e104556d8a3adee7769515ee67ee3cbaff50afcffd74a443b471b806acb1ae92f91a259bc8ccaab56795baf6
>> > > >
>> > > > Binary release checksums:
>> > > > apache-maven-3.8.2-bin.zip sha512:
>> > > >
>> > > >
>> > >
>> >
>> 59ad2cbd6b7abde34ebedda94ce5631256373718e71b55202035bd1190d0144f071433f78b99e16f1204413b3eb888659e5039009e1ad0106f16332e3c62bced
>> > > > apache-maven-3.8.2-bin.tar.gz sha512:
>> > > >
>> > > >
>> > >
>> >
>> b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222
>> > > >
>> > > > Draft for release notes:
>> > > > https://github.com/apache/maven-site/pull/251
>> > > >
>> > > >
>> > > > Guide to testing staged releases:
>> > > >
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>> > > >
>> > > > Vote open for at least 72 hours.
>> > > >
>> > > > [ ] +1
>> > > > [ ] +0
>> > > > [ ] -1
>> > > >
>> > > >
>> -
>> > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > > > For additional commands, e-mail: dev-h...@maven.apache.org
>> > > >
>> > > >
>> > >
>> >
>> >
>> > --
>> > Arnaud Héritier
>> > Twitter/GitHub/... : aheritier
>> >
>>
>


Re: Commandline inheritance

2021-08-10 Thread Benjamin Marwell
I read Michaels message the way like option 6:

> Since we have only two files: installation and user, I'd expect
that first the installation settings are parsed followed by user
settings (generic to specific).

Installation is more generic (global) than user.

Same for git: it will first parse the installation settings (/etc), then
any user settings, then any project settings.

Or are we mixing up terms here?

NPM does the same, too.




On Mon, 9 Aug 2021, 16:35 Robert Scholte,  wrote:

> I'll add it, but it doesn't match the order of GIT[1] as mentioned by
> Michael.
> Maybe there should be a list of other comparable tools with their order
>
>
> Robert
>
>
> [1] https://git-scm.com/docs/git-config#FILES
> On 9-8-2021 15:09:30, Benjamin Marwell  wrote:
> Hi Robert,
>
> I would like to propose another solution.
> According to the wiki page and to the documentation, we have
>
> user
>
> where "
>
> From what I understand from other build systems, a more common approach
> would be
>
> installation (aka global)
>
> This would fix the naming issue (global becomes global).
> Of course this is a breaking change, but for maven 4, this seems
> reasonable to me.
>
> Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte :
> >
> > During a discussion with Michael we noticed there's something odd about
> the names of some flags and the order of inheritance.
> >
> > I've tried to explain it on a separate wiki page[1] together with the
> first 3 options how we could fix it.
> > Please have a look at it and share your thoughts.
> >
> > thanks,
> > Robert
> >
> > [1]
> https://cwiki.apache.org/confluence/display/MAVEN/Commandline+inheritance
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>