Re: Latest snapshot build (archive, not Maven artifact)

2019-05-27 Thread Mickael Istria
Why is the CI stuff in a dedicated repo and not on the main repo? Could we try to change it? That would make Maven more "normal" and more accessible in term of contribution. I found https://github.com/apache/maven/blob/master/Jenkinsfile in the main repo. What is the purprose of this file vs the re

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-27 Thread Hervé BOUTEMY
PR welcome the code is at https://github.com/apache/maven-jenkins-lib Regards, Hervé Le lundi 27 mai 2019, 11:40:00 CEST Mickael Istria a écrit : > Up! > What's blocking for publication of snapshots from master to some snapshot > repo? I'd gladly try to help. ---

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

2019-05-27 Thread Eric Lilja
Yeah, sounds like a good idea to take full control of the line breaks in files, if they should be used to test line-break related features, since git might convert them on certain platforms if configured to do so (I tend to use Cygwin's git so I personally get unix-style line breaks). Looking forwa

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

2019-05-27 Thread Enrico Olivelli
Il lun 27 mag 2019, 22:27 Eric Lilja ha scritto: > I mean that we don't need to convert any line breaks in any files in > maven-checkstyle-plugin for the ITs to work, if we use checkstyle 8.21. > However, we could extend the tests for "file-ends-with-newline" to > explicitly cover all valid combi

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

2019-05-27 Thread Eric Lilja
I mean that we don't need to convert any line breaks in any files in maven-checkstyle-plugin for the ITs to work, if we use checkstyle 8.21. However, we could extend the tests for "file-ends-with-newline" to explicitly cover all valid combinations of system-line-break/file-line-break. Like if my sy

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

2019-05-27 Thread Eric Lilja
Hi Enrico! Just out of curiosity, what do you mean by " We are also fixing EOL in the checkstyle plugin code base"? No change in the plugin is required with regards to EOLs to make tests pass, simply bump to version 8.21 of checkstyle itself (but there were two other errors, seemingly not related t

Re: [MINSTALL/Artifact Transfer] Who installs GroupRepositoryMetadata

2019-05-27 Thread Michael Osipov
Am 2019-05-27 um 21:50 schrieb Karl Heinz Marbaise: Hi Michael, On 27.05.19 21:26, Michael Osipov wrote: Am 2019-05-27 um 20:53 schrieb Karl Heinz Marbaise: Hi Michael, On 26.05.19 23:15, Michael Osipov wrote: Folks, I am trying to investigate an issue with MINSTALL 3.0.0-M1 for MNG-6556 w

Re: [MINSTALL/Artifact Transfer] Who installs GroupRepositoryMetadata

2019-05-27 Thread Karl Heinz Marbaise
Hi Michael, On 27.05.19 21:26, Michael Osipov wrote: Am 2019-05-27 um 20:53 schrieb Karl Heinz Marbaise: Hi Michael, On 26.05.19 23:15, Michael Osipov wrote: Folks, I am trying to investigate an issue with MINSTALL 3.0.0-M1 for MNG-6556 where the GroupRepositoryMetadata file is simply not w

Re: [MINSTALL/Artifact Transfer] Who installs GroupRepositoryMetadata

2019-05-27 Thread Michael Osipov
Am 2019-05-27 um 20:53 schrieb Karl Heinz Marbaise: Hi Michael, On 26.05.19 23:15, Michael Osipov wrote: Folks, I am trying to investigate an issue with MINSTALL 3.0.0-M1 for MNG-6556 where the GroupRepositoryMetadata file is simply not written to disk, thus the IT for MNG-3372 is failing. A

Re: [MINSTALL/Artifact Transfer] Who installs GroupRepositoryMetadata

2019-05-27 Thread Karl Heinz Marbaise
Hi Michael, On 26.05.19 23:15, Michael Osipov wrote: Folks, I am trying to investigate an issue with MINSTALL 3.0.0-M1 for MNG-6556 where the GroupRepositoryMetadata file is simply not written to disk, thus the IT for MNG-3372 is failing. As far as I can see everything in Maven 2 for this tas

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

2019-05-27 Thread Enrico Olivelli
Eric Thank you We are also fixing EOL in the checkstyle plugin code base Enrico Il lun 27 mag 2019, 11:34 Eric Lilja ha scritto: > Just to inform you that this problem has been resolved in version 8.21 of > checkstyle, which was just released, and I've confirmed the fix works by > running th

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-27 Thread Mickael Istria
Up! What's blocking for publication of snapshots from master to some snapshot repo? I'd gladly try to help.

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

2019-05-27 Thread Eric Lilja
Just to inform you that this problem has been resolved in version 8.21 of checkstyle, which was just released, and I've confirmed the fix works by running the ITs on the checkstyle-plugin (checked out master on Cygwin). There are two other failures, though (was one failure with 8.20 if I recall cor