Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Tamás Cservenák
+1 On Wed, May 15, 2019, 22:33 Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects, including > our

Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Tibor Digana
+1 On Wed, May 15, 2019 at 10:33 PM Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects, including >

Re: Problems with checkstyle tests on Windows (Was [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0)

2019-05-15 Thread Tibor Digana
Enrico, I checked the Checkstyle rules again (default value = system) and Robert is right, please adjust the IT sources on the fly. Not sure why INFRA or Jenkins sets the Windows EOL to LF. Therefore we could not find this issue in version 3.0.0 (Jan 04) because the IT was created on Jan 17 and we

Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Manfred Moser
+1 .. definitely about time ;-) Robert Scholte wrote on 2019-05-15 13:33: > Hi, >   > The Apache Maven project consist of about 100 (sub)projects. Due to the small > number of volunteers and the huge amount of code to maintain we're missing > enough space to make real progress on all these

Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Sylwester Lachiewicz
+1 BR Sylwester śr., 15 maj 2019 o 22:59 Karl Heinz Marbaise napisał(a): > Hi, > > +1 from me. > > Kind regards > Karl Heinz Marbaise > > On 15.05.19 22:33, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers

Re: Problems with checkstyle tests on Windows (Was [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0)

2019-05-15 Thread Tibor Digana
Robert, see this https://issues.apache.org/jira/browse/MCHECKSTYLE-376 The Git clone fails on Windows. Most probably our Jenkins is using LF EOL on Windows and not CRLF. We cannot hack Java files only to pass the IT. Why one or two ITs failed and the other dont. The IT has only one POM and two

Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 15.05.19 22:33, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

[VOTE] Retire Maven Runtime library

2019-05-15 Thread Robert Scholte
Hi,   The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all these projects, including our ambitious ideas for the next major version(s) of Maven itself.

[VOTE] Release Apache Maven Source Plugin version 3.1.0

2019-05-15 Thread Karl Heinz Marbaise
Hi, We solved 11 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924=12336941 There are still a couple of issues left in JIRA:

Re: MNG-6069 2nd - seconders

2019-05-15 Thread Robert Scholte
There's an important line in the description: "Ensure that the following command succeeds: mvn -X -D x=1 -D y=2 test ( watch out for the space after -D )" Maybe I'm not looking good enough, but I don't see any related codechanges for this. thanks, Robert On Wed, 15 May 2019 21:10:43

Re: MNG-6069 2nd - seconders

2019-05-15 Thread Sylwester Lachiewicz
kindly reminder, anyone to look and confirm on ML? W dniu niedz., 12.05.2019 o 23:08 Sylwester Lachiewicz < slachiew...@gmail.com> napisał(a): > Hi, > We have fix for MNG-6069 Migrate to non deprecated parts of Commons CLI - > 2nd attempt > https://issues.apache.org/jira/browse/MNG-6069 > PR:

Re: Open pull requests

2019-05-15 Thread Karl Heinz Marbaise
Hi, yes please don't stop to help...as Robert and Enrico already mentioned every eye help.. Kind regards Karl Heinz Marbaise On 15.05.19 19:08, Robert Scholte wrote: Hi Joseph, great to hear you want to contribute, we appreciate that a lot! But you mind have noticed there are a huge amount of

Re: Open pull requests

2019-05-15 Thread Enrico Olivelli
Thank you Joseph, If you have time you can help us review the pending pulls and see if they are still useful and/or suggest changes before merge. Every eye on patches is very valuable and it helps commiters of the project in their work. Enrico Il mer 15 mag 2019, 19:08 Robert Scholte ha

Re: Problems with checkstyle tests on Windows (Was [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0)

2019-05-15 Thread Robert Scholte
FYI, I'm on Windows (by default), just cmdline, so no powercommand or gitbash or similar prompts.  A clone from Git succeeds, but the sources.zip fails. The files in the zip are generated on a unix system, so all EOLs in text files are LF If I replace the EOL from unix to Windows the build

Re: Open pull requests

2019-05-15 Thread Robert Scholte
Hi Joseph, great to hear you want to contribute, we appreciate that a lot! But you mind have noticed there are a huge amount of open issues and pull request and we simple can not catch up due to the limited amount of time and volunteers. Regarding the open PRs, I expect that most were created

Re: Problems with checkstyle tests on Windows (Was [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0)

2019-05-15 Thread Enrico Olivelli
Il mer 15 mag 2019, 17:44 Tibor Digana ha scritto: > @Enrico did you announce the Checkstyle team about our issue [1]? > What is going on with that? > [1]: https://issues.apache.org/jira/browse/MCHECKSTYLE-376 > Thx > Tibor17 > Not yet sorry. I have been busy today. Will do this evening

Re: Problems with checkstyle tests on Windows (Was [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.0)

2019-05-15 Thread Tibor Digana
@Enrico did you announce the Checkstyle team about our issue [1]? What is going on with that? [1]: https://issues.apache.org/jira/browse/MCHECKSTYLE-376 Thx Tibor17 On Tue, May 14, 2019 at 2:11 PM Enrico Olivelli wrote: > I will get a windows box and try to reproduce. > It is weird that on ASF

Re: Maven-enforcer-plugin's use of aether-util in transitive dependency

2019-05-15 Thread Tomo Suzuki
Hi Enrico, I see you successfully merged the pull request. Thank you for taking care of this! Regards, Tomo On Wed, May 15, 2019 at 4:29 AM Enrico Olivelli wrote: > Thanks Tomo for the heads up. > I will move the patch forward. > > > Enrico > > Il giorno mar 14 mag 2019 alle ore 22:08 Tomo

Re: Maven-enforcer-plugin's use of aether-util in transitive dependency

2019-05-15 Thread Enrico Olivelli
Thanks Tomo for the heads up. I will move the patch forward. Enrico Il giorno mar 14 mag 2019 alle ore 22:08 Tomo Suzuki ha scritto: > Hi Enrico, > > The PR https://github.com/apache/maven-enforcer/pull/52 has been approved > (Thanks!) but not merged yet. > Is this something you can take