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
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
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
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
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
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
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
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:
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