[VOTE] Release Apache Maven Invoker Plugin version 3.0.1 / Apache Maven Script Interpreter 1.2

2017-07-12 Thread Olivier Lamy
Hi, I'd like to release Apache Maven Invoker Plugin version 3.0.1 and Apache Maven Script Interpreter 1.2. We fixed 2 issues for Script interpreter: https://s.apache.org/MSCRIPT-INTERPRETER-JIRA-1.2 We fixed 4 issues for Invoker plugin: https://s.apache.org/MINVOKER-JIRA-3.0.1 Staging repo: https

Re: Maven enforcer 3.0.0. release (1.9 compatibility)

2017-07-12 Thread Robert Scholte
On Wed, 12 Jul 2017 21:09:53 +0200, Dawid Weiss wrote: It shouldn't be too hard to have all our plugins J9 ready before the GA date. This is true, but it'd be great to release early, so that others (like me), who depend on Maven in their toolchain can also try to adjust before the GA. Curr

Re: Maven enforcer 3.0.0. release (1.9 compatibility)

2017-07-12 Thread Dawid Weiss
> It shouldn't be too hard to have all our plugins J9 ready before the GA date. This is true, but it'd be great to release early, so that others (like me), who depend on Maven in their toolchain can also try to adjust before the GA. Currently this is a showstopper that prevents me from running CI

MNG-6258 and MNG-5457 for 3.5.1

2017-07-12 Thread Michael Osipov
Who seconds [MNG-6258] Upgrade to Maven Resolver 1.1.0 [MNG-5457] Show repository id when downloading or uploading from/to a remote repository for 3.5.1? Both IT runs pass. MNG-5457 requires MNG-6258. Michael - To unsubscrib

Re: Maven enforcer 3.0.0. release (1.9 compatibility)

2017-07-12 Thread Robert Scholte
It shouldn't be too hard to have all our plugins J9 ready before the GA date. Enforcer should be easy, I'd like to work a bit more on the javadoc plugin Robert On Wed, 12 Jul 2017 09:01:12 +0200, Dawid Weiss wrote: Oh, yes -- please, please... Dawid On Tue, Jul 11, 2017 at 10:57 PM, Pe

[GitHub] maven issue #127: Fix concat_lines in mvn to deal with CRLF

2017-07-12 Thread grkvlt
Github user grkvlt commented on the issue: https://github.com/apache/maven/pull/127 Good point, I reverted to the original `tr` command, but stripping out both *CR* and *LF* now, which will have the desired effect on files with any set of line endings. --- If your project is set up

Re: Maven enforcer 3.0.0. release (1.9 compatibility)

2017-07-12 Thread Dawid Weiss
Oh, yes -- please, please... Dawid On Tue, Jul 11, 2017 at 10:57 PM, Peter Ansell wrote: > Releasing the javadoc plugin with its Java 9 fixes in parallel would also be > great to have both of them ready to go on the GA date. > > Cheers, > > Peter > >> On 11 Jul 2017, at 19:07, Dawid Weiss wrot