Re: PR Inquiry

2016-08-12 Thread Rajiv Jain
Hi Please could somebody review PR https://github.com/apache/maven/pull/88. I really would like this now to get merged, as it works now. I hope somebody can take a look for me. Thanks. Regards, Rajiv Sent from my iPhone > On 8 Aug 2016, at 20:37, Rajiv Jain wrote: > > Hi Herve > > Thanks

Re: Promoting Maven 'master'

2016-08-12 Thread Christian Schulte
Am 08/13/16 um 03:11 schrieb Christian Schulte: > Hi, > > I don't know if something like this has been discussed before. Is there > a reason we are not asking users to use Maven snapshots on theire CI > systems? > > We are currently asking users for testing snapshots manually. They need > to down

Promoting Maven 'master'

2016-08-12 Thread Christian Schulte
Hi, I don't know if something like this has been discussed before. Is there a reason we are not asking users to use Maven snapshots on theire CI systems? We are currently asking users for testing snapshots manually. They need to download something and run some builds manually. For users having a

slf4j runtime dependency for plugin

2016-08-12 Thread Christopher
Hi, I use a plugin which has a runtime dependency on an slf4j implementation, but the plugin itself is built without declaring one in its pom. ( https://github.com/koraktor/mavanagaiata/issues/43) In some versions of Maven, I get a warning about slf4j not finding an implementation. In other versi

Re: Profile Activation

2016-08-12 Thread Robert Scholte
Hi, I could also reverse the question: how can I have an active profile by default, which should not be activated when skipITs is set to true. I don't think there's another solution than the current one. The fact that skipITs is treated as a boolean makes this example always work and there'

Re: Profile Activation

2016-08-12 Thread Karl Heinz Marbaise
Hi, First I have added the documentation about the opportunities like this (and other one as well a few days before, cause there had been no documentation about that at all https://issues.apache.org/jira/browse/MNGSITE-234): !debug ... which mean

Re: Profile Activation

2016-08-12 Thread Karl Heinz Marbaise
On 12/08/16 18:34, Robert Scholte wrote: Maybe the documentation isn't clear enough. I have added the documentation about the property activation with "!" things a few days ago... Either my assumption was wrong or the the intention is wrong... Kind regards Karl Heinz --

Re: Profile Activation

2016-08-12 Thread Robert Scholte
Hi, Yes, this is correct. Just to clarify: -Dx is always the same is -Dx=true [1] I'd like to add -Dprofilea= : profile activated 5. mvn initialize -Dprofilea= : profile activated maybe if the property was called skipITs instead of profilea the examples are better to follow, i.e. always ac

Re: Profile Activation

2016-08-12 Thread Guillaume Boué
Hi Robert,   If this is expected, I think the documentation in http://maven.apache.org/guides/introduction/introduction-to-profiles.html should indeed be clarified. Currently, in that situation, it says   "The following profile will be activated when the system property "debug" is defined w

Re: Profile Activation

2016-08-12 Thread Robert Scholte
Hi Karl Heinz, you should read the activation like this: always activate, *unless* profilea is true. So it says nothing about the availability of the property. Maybe the documentation isn't clear enough. Robert On Fri, 12 Aug 2016 17:45:21 +0200, Karl Heinz Marbaise wrote: Hi to all, I h

RE: Profile Activation

2016-08-12 Thread Martin Gainty
MG>quick comment > To: dev@maven.apache.org > From: khmarba...@gmx.de > Subject: Profile Activation > Date: Fri, 12 Aug 2016 17:45:21 +0200 > > Hi to all, > > I have the following profile: > > > >profile-not-value-true > > >profilea >!true >

Profile Activation

2016-08-12 Thread Karl Heinz Marbaise
Hi to all, I have the following profile: profile-not-value-true profilea !true com.soebes.maven.plugins echo-maven-plugin initialize