How to contribute new maven enforcer rules

2015-02-21 Thread Abhijit Sarkar
Hi,I wrote 2 new enforces rules, the ability to specify a set of mutually-exclusive profiles (p1,p2:p1,p3 would mean p1 can't be active with either p2 pr p3) and the ability to ban profiles (the contrary of requireActiveProfile). Both of these support wildcards. I'd like to contribute these rule

RE: How to contribute new maven enforcer rules

2015-02-21 Thread Abhijit Sarkar
I've attached a patch for the rule usage. Regards,Abhijit From: social...@outlook.com To: dev@maven.apache.org Subject: RE: How to contribute new maven enforcer rules Date: Sat, 21 Feb 2015 13:37:07 -0600 > First the use documentation would be great if you could provide it as a &g

RE: How to contribute new maven enforcer rules

2015-02-21 Thread Abhijit Sarkar
bhijit > Date: Sat, 21 Feb 2015 20:05:20 +0100 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Re: How to contribute new maven enforcer rules > > Hi, > > On 2/21/15 7:43 PM, Abhijit Sarkar wrote: > > Done. http://jira.codehaus.org/browse/MENFORCER

Re: How to contribute new maven enforcer rules

2015-02-21 Thread Karl Heinz Marbaise
... Thanks in advance...for your help and your contributions... Kind regards Karl Heinz Marbaise Date: Sat, 21 Feb 2015 13:46:12 +0100 From: khmarba...@gmx.de To: dev@maven.apache.org Subject: Re: How to contribute new maven enforcer rules Hi, On 2/20/15 8:55 PM, Abhijit Sarkar wrote: H

RE: How to contribute new maven enforcer rules

2015-02-21 Thread Abhijit Sarkar
Done. http://jira.codehaus.org/browse/MENFORCER-225 > Date: Sat, 21 Feb 2015 13:46:12 +0100 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Re: How to contribute new maven enforcer rules > > Hi, > > > On 2/20/15 8:55 PM, Abhijit Sarkar wrote: > >

Re: How to contribute new maven enforcer rules

2015-02-21 Thread Karl Heinz Marbaise
Hi, On 2/20/15 8:55 PM, Abhijit Sarkar wrote: Hi,I wrote 2 new enforces rules, the ability to specify a set of mutually-exclusive profiles (p1,p2:p1,p3 would mean p1 can't be active with either p2 pr p3) and the ability to ban profiles (the contrary of requireActiveProfile). Both of these su

How to contribute new maven enforcer rules

2015-02-20 Thread Abhijit Sarkar
Hi,I wrote 2 new enforces rules, the ability to specify a set of mutually-exclusive profiles (p1,p2:p1,p3 would mean p1 can't be active with either p2 pr p3) and the ability to ban profiles (the contrary of requireActiveProfile). Both of these support wildcards. I'd like to contribute these rule