properties analyze

2018-11-20 Thread Royce Gerard Remer
I'm considering writing a feature for the maven-help-plugin, but wanted to confer here first: a properties-analyze goal which can: a) list unused maven properties (like maven-dependency-plugin:analyze) b) list undeclared properties (this can happen when you have a profile which references a propert

Re: Second MNG-6261

2018-11-20 Thread Enrico Olivelli
Il mar 20 nov 2018, 18:27 Robert Scholte ha scritto: > Looking for someone to second this fix. > > thanks, > Robert > > Relative parent POM resolution failing in 3.5.0 with complex multimodule > builds > https://issues.apache.org/jira/browse/MNG-6261 > > https://github.com/apache/maven/pull/192/f

Re: Extension does not work from .mvn/extensions.xml

2018-11-20 Thread Romain Manni-Bucau
Le mar. 20 nov. 2018 22:24, J. Lewis Muir a écrit : > On Tue, Nov 20, 2018 at 1:01 PM Romain Manni-Bucau > wrote: > > Le mar. 20 nov. 2018 19:23, J. Lewis Muir a écrit > : > > > There's no way I can get the developers of the > > > software I'm planning to use this in to install the extension in

Re: Extension does not work from .mvn/extensions.xml

2018-11-20 Thread J. Lewis Muir
On Tue, Nov 20, 2018 at 1:01 PM Romain Manni-Bucau wrote: > Le mar. 20 nov. 2018 19:23, J. Lewis Muir a écrit : > > There's no way I can get the developers of the > > software I'm planning to use this in to install the extension in > > Maven's lib/ext; it has to be able to work from the project's

Re: Extension does not work from .mvn/extensions.xml

2018-11-20 Thread Romain Manni-Bucau
Le mar. 20 nov. 2018 19:23, J. Lewis Muir a écrit : > On Tue, Nov 20, 2018 at 2:30 AM Romain Manni-Bucau > wrote: > > 1. you have to use lib/ext folder and not extensions.xml cause it is > loaded > > too late > > Unfortunately, that's a deal breaker. Using Maven's lib/ext is the > original situ

Re: Extension does not work from .mvn/extensions.xml

2018-11-20 Thread J. Lewis Muir
On Tue, Nov 20, 2018 at 2:30 AM Romain Manni-Bucau wrote: > 1. you have to use lib/ext folder and not extensions.xml cause it is loaded > too late Unfortunately, that's a deal breaker. Using Maven's lib/ext is the original situation I reported when I started this thread (i.e., it worked from Mav

Second MNG-6261

2018-11-20 Thread Robert Scholte
Looking for someone to second this fix. thanks, Robert Relative parent POM resolution failing in 3.5.0 with complex multimodule builds https://issues.apache.org/jira/browse/MNG-6261 https://github.com/apache/maven/pull/192/files https://builds.apache.org/job/maven-box/job/maven/job/MNG-6261

[maven-remote-resources] Pull request for MRRESOURCES-102

2018-11-20 Thread Jurrie Overgoor
Hello everyone, Since the readme of the Maven remote resources plugin says this list is the main channel of communication, I thought I'd post here to ask attention to my pull request :) https://github.com/apache/maven-remote-resources-plugin/pull/2 is basically implementing MRRESOURCES-102:

Re: Extension does not work from .mvn/extensions.xml

2018-11-20 Thread Romain Manni-Bucau
Ok so let me try to write a step by step: 1. you have to use lib/ext folder and not extensions.xml cause it is loaded too late 2. you have to override the property activator as you mentionned cause otherwise your profile is added (through plexus) in the list of activator, set the activation to tru