Maven with Hocon and Json

2019-07-17 Thread Hunter C Payne
Hi Maven devs, I emailed you about a month ago about an idea to allow Maven to use Hocon and Json formatted POMs which I called Unbound. Just wanted to let you know that Unbound is beta now and ready to be used by others. https://hunterpayne.github.io/maven-unbound-site/ Hunter PS I'm intereste

Re: Naming of ITs in maven-release

2019-07-17 Thread Tibor Digana
Clemens, why the issues cannot use Jira ID only? If somebody wants to know more, she/he can still open Jira and see. Another position is when you develop a new feature and then human readable name should be used. This way we know that we have more ITs for bug than originally TDD features, or oposit

Re: Naming of ITs in maven-release

2019-07-17 Thread Clemens Quoss
Hi, I wrote unit tests with scm mocked away [0]. But IT: I do not know how and what. Cheers, Clemens [0] https://github.com/apache/maven-release/pull/29/files#diff-bd93f43863e2917722a94ccc46af95a8 Am 17.07.2019 um 08:22 schrieb Olivier Lamy: Hi I understand it can be complicated to write such

Re: Maven Build Fix and Reverting MRESOLVER-7

2019-07-17 Thread Enrico Olivelli
+1 Enrico Il mer 17 lug 2019, 19:49 Tibor Digana ha scritto: > For these purpose of build stability, see Jira issue > https://issues.apache.org/jira/browse/MNG-6712 > "Revert maven-resolver:1.4.0 to 1.3.3" > > > > On Tue, Jul 16, 2019 at 12:48 PM Tibor Digana > wrote: > > > Hello devs, > > > >

Re: Maven Build Fix and Reverting MRESOLVER-7

2019-07-17 Thread Tibor Digana
For these purpose of build stability, see Jira issue https://issues.apache.org/jira/browse/MNG-6712 "Revert maven-resolver:1.4.0 to 1.3.3" On Tue, Jul 16, 2019 at 12:48 PM Tibor Digana wrote: > Hello devs, > > You may have noticed that Maven build fails over one month. > We cann't cut a new re

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

2019-07-17 Thread Vladimir Sitnikov
Just in case: I see you seem to be battling against CRLF For instance: https://github.com/apache/maven-checkstyle-plugin/pull/16 Did you consider to add the relevant .gitattributes file to ensure Git converts the files automatically? With a proper .gitattributes file, it is just impossible to commi

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

2019-07-17 Thread Enrico Olivelli
Il mer 17 lug 2019, 13:28 Eric Lilja ha scritto: > I believe, if we instead upgrade to Checkstyle 8.21 or later, we don't need > to do any of those alternative approaches. > > https://github.com/checkstyle/checkstyle/issues/4073 Eric I think it is the best idea Do you have cycles to give it a t

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

2019-07-17 Thread Eric Lilja
I believe, if we instead upgrade to Checkstyle 8.21 or later, we don't need to do any of those alternative approaches. https://github.com/checkstyle/checkstyle/issues/4073 - Eric L On Wed, Jul 17, 2019 at 1:20 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Robert>A clone from Git

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

2019-07-17 Thread Vladimir Sitnikov
Robert>A clone from Git succeeds, but the sources.zip fails. Robert>The files in the zip are generated on a unix system, so all EOLs in text files are LF Robert>... Robert>The fix: add a setup.groovy to the IT and rewrite the java files with OS specific EOLs Alternative approaches: A) Provide both

Re: [shade plugin] common code with gradle shadow plugin?

2019-07-17 Thread Romain Manni-Bucau
A PoC being always better than a mail, here is the demo of what I am talking about: https://github.com/rmannibucau/portable-transformer Both integrations have an IT with should help to see how it works if the readme is not enough Romain Manni-Bucau @rmannibucau |