Re: [release][build] Merge plugins?

2019-03-10 Thread Rob Tompkins
+1 Will do this after getting parent v48 out. > On Mar 10, 2019, at 1:58 PM, Gary Gregory wrote: > > Hi All: > > Should we merge our internal release and build Maven plugins? > > Gary - To unsubscribe, e-mail: dev-unsubscr..

[release][build] Merge plugins?

2019-03-10 Thread Gary Gregory
Hi All: Should we merge our internal release and build Maven plugins? Gary

Re: [Parent] RAT check

2019-03-10 Thread Benedikt Ritter
+1 to anything that makes releasing easier. Am Sa., 9. März 2019 um 23:45 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Hi all: > > How about making apache-rat:check run automatically in commons-parent? In > the Maven validate phase? > > That would mean one less thing to check when integr

Re: [Parent] RAT check

2019-03-10 Thread Gary Gregory
Running in verify is OK as well. Gary On Sun, Mar 10, 2019, 06:35 sebb OK, but please provide a property to switch it off on the command-line. > > I think it is going to be very annoying for local development, > especially if it runs at such an early phase. > > It could also be done in a much la

Re: [Parent] RAT check

2019-03-10 Thread sebb
OK, but please provide a property to switch it off on the command-line. I think it is going to be very annoying for local development, especially if it runs at such an early phase. It could also be done in a much later phase, e.g. verify That would certainly be sufficient for RC creation. On Sun

Re: [Parent] RAT check

2019-03-10 Thread Pascal Schumacher
+1 Am 09.03.2019 um 23:44 schrieb Gary Gregory: Hi all: How about making apache-rat:check run automatically in commons-parent? In the Maven validate phase? That would mean one less thing to check when integrating a patch and validating an RC. Gary -