You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2007/06/12 04:57:53 UTC

[POLL] maven-enforcer-plugin rules

The maven-enforcer-plugin jira project has been suspiciously quiet...not
that I'm complaining.  I'm curious how many people are using it, which
rules are being used,  and if any custom rules have been created (and
what they do). 

 

If you have a custom rule that you want to share, please create an issue
at http://jira.codehaus.org/browse/MENFORCER

 

 

Thanks.

 

--Brian


RE: [POLL] maven-enforcer-plugin rules

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
You declare the parameter as a variable in your rule impl and then
specify it in your plugin config. It works basically the same as for a
plugin.

-----Original Message-----
From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
Sent: Wednesday, June 13, 2007 5:30 AM
To: users@maven.apache.org
Subject: RE: [POLL] maven-enforcer-plugin rules


How do you pass a parameter to a rule ?
This way I should be able to provide it to you ;o)


Brian E. Fox wrote:
> 
> Sure, send it along.
> 
> --Brian 
> 
> -----Original Message-----
> From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
> Sent: Tuesday, June 12, 2007 10:01 AM
> To: users@maven.apache.org
> Subject: Re: [POLL] maven-enforcer-plugin rules
> 
> 
> Hi,
> While the rule system provded is good for complex rules, I have found
> easier to build an enforcer like plugin using java expressions as
rules
> that are evaluated at runtime using beanshell.
> I have not enough time to port it to your rule system but i can send
it
> to you if you feel interested. 
> It gives an easy way to produce simple rules.
> Emmanuel
> 
> 
> Brian E. Fox wrote:
>> 
>> The maven-enforcer-plugin jira project has been suspiciously 
>> quiet...not that I'm complaining.  I'm curious how many people are 
>> using it, which rules are being used,  and if any custom rules have 
>> been created (and what they do).
>> 
>>  
>> 
>> If you have a custom rule that you want to share, please create an 
>> issue at http://jira.codehaus.org/browse/MENFORCER
>> 
>>  
>> 
>>  
>> 
>> Thanks.
>> 
>>  
>> 
>> --Brian
>> 
>> 
>> 
> 
> --
> View this message in context:
>
http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
> tml#a11079340
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
tml#a11095917
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by ehsavoie <em...@gmail.com>.
How do you pass a parameter to a rule ?
This way I should be able to provide it to you ;o)


Brian E. Fox wrote:
> 
> Sure, send it along.
> 
> --Brian 
> 
> -----Original Message-----
> From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
> Sent: Tuesday, June 12, 2007 10:01 AM
> To: users@maven.apache.org
> Subject: Re: [POLL] maven-enforcer-plugin rules
> 
> 
> Hi,
> While the rule system provded is good for complex rules, I have found
> easier to build an enforcer like plugin using java expressions as rules
> that are evaluated at runtime using beanshell.
> I have not enough time to port it to your rule system but i can send it
> to you if you feel interested. 
> It gives an easy way to produce simple rules.
> Emmanuel
> 
> 
> Brian E. Fox wrote:
>> 
>> The maven-enforcer-plugin jira project has been suspiciously 
>> quiet...not that I'm complaining.  I'm curious how many people are 
>> using it, which rules are being used,  and if any custom rules have 
>> been created (and what they do).
>> 
>>  
>> 
>> If you have a custom rule that you want to share, please create an 
>> issue at http://jira.codehaus.org/browse/MENFORCER
>> 
>>  
>> 
>>  
>> 
>> Thanks.
>> 
>>  
>> 
>> --Brian
>> 
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
> tml#a11079340
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.html#a11095917
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Sure, send it along.

--Brian 

-----Original Message-----
From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
Sent: Tuesday, June 12, 2007 10:01 AM
To: users@maven.apache.org
Subject: Re: [POLL] maven-enforcer-plugin rules


Hi,
While the rule system provded is good for complex rules, I have found
easier to build an enforcer like plugin using java expressions as rules
that are evaluated at runtime using beanshell.
I have not enough time to port it to your rule system but i can send it
to you if you feel interested. 
It gives an easy way to produce simple rules.
Emmanuel


Brian E. Fox wrote:
> 
> The maven-enforcer-plugin jira project has been suspiciously 
> quiet...not that I'm complaining.  I'm curious how many people are 
> using it, which rules are being used,  and if any custom rules have 
> been created (and what they do).
> 
>  
> 
> If you have a custom rule that you want to share, please create an 
> issue at http://jira.codehaus.org/browse/MENFORCER
> 
>  
> 
>  
> 
> Thanks.
> 
>  
> 
> --Brian
> 
> 
> 

--
View this message in context:
http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
tml#a11079340
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'org.apache.maven.plugins:maven-site-plugin' does not exist

Posted by Wayne Fay <wa...@gmail.com>.
Most likely, you are behind a web proxy firewall, and this is causing
your problems.

You will need to configure the web proxy in settings.xml before you
can proceed with Maven successfully. This is well documented on the
Maven website and in numerous emails to this list.

If you have already configured the web proxy or are reasonably
convinced this is not your problem, try "mvn -X site" (or package,
whatever the ActiveMQ directions say to run) and perhaps you can
figure out why it is breaking from the stack trace.

Wayne

On 6/12/07, Breight, Alan R (Al) <br...@avaya.com> wrote:
>
> I'm a new user to Maven; trying to use it to build ActiveMQ.
>
> I get the error in the subject line.
>
> I found MSITE-117, which is closed and mentions that there was a
> discussion on the users list.
>
> However, I have not been able to get the digest of the users list
> messages.
>
> If someone could help me get to those messages, or indicate how to get
> around this issue, I would be much obliged.
>
> Thanks
>
> Al Breight
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by ehsavoie <em...@gmail.com>.
1/I don't know if you want to add a new Method to your interface or maybe add
the possibility to specify the helper.
2/As for the script you can evaluate a reader instead of just a line, so we
could get a path to a file as a property. Currently we need to have a
boolean return value since enforcer is 'conditionnal', I think that it
should be possible to move existing rules to scripts.
Emmanuel


ehsavoie wrote:
> 
> Hi Brain,
> I have some documentation from my old Mojo so I may be able to extract
> some of it and then translate it in english. I'll try to send a page about
> it today. 
> I am not a beanshell expert either ;o), this was my first and only use.
> Emmanuel
> 
> 
> 
> 
> Brian E. Fox wrote:
>> 
>> Hi Emmanuel,
>> I added this to the rules and deployed a snapshot and updated site,
>> thanks for sending that along. 
>> 
>> I managed to do some interesting stuff in the expression. I'd like to
>> figure out and add to the site docs:
>> 1. how to call the helper and get things from there to evaluate.
>> 2. possibly how to include a beanshell script and execute it.
>> 
>> Since I'm new to beanshell, I'll have to tinker with it some more but I
>> can see lots of potential here.
>> 
>> --Brian
>> 
>> -----Original Message-----
>> From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
>> Sent: Wednesday, June 13, 2007 11:34 AM
>> To: users@maven.apache.org
>> Subject: RE: [POLL] maven-enforcer-plugin rules
>> 
>> 
>> Brian,
>> I have sent you by mail the beanshell-rule with a simple test.
>> If you have any question or problem feel free to ask bu i am in European
>> Time ;o).
>> Emmanuel
>> 
>> 
>> Brian E. Fox wrote:
>>> 
>>> Yes of course, can't you read my mind? ;-)
>>> 
>>> -----Original Message-----
>>> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
>>> Sent: Wednesday, June 13, 2007 3:44 AM
>>> To: Maven Users List
>>> Subject: Re: [POLL] maven-enforcer-plugin rules
>>> 
>>> On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>>>> I don't see why it could be rolled into a new rule. Call it the
>>>> beanshell rule or something.
>>> 
>>> you meant "I don't see why it couldn't be rolled into a new rule",
>> right
>>> ?
>>> 
>>> :)
>>> 
>>> J
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
>> tml#a11102188
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.html#a11116175
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by ehsavoie <em...@gmail.com>.
Hi Brain,
I have some documentation from my old Mojo so I may be able to extract some
of it and then translate it in english. I'll try to send a page about it
today. 
I am not a beanshell expert either ;o), this was my first and only use.
Emmanuel




Brian E. Fox wrote:
> 
> Hi Emmanuel,
> I added this to the rules and deployed a snapshot and updated site,
> thanks for sending that along. 
> 
> I managed to do some interesting stuff in the expression. I'd like to
> figure out and add to the site docs:
> 1. how to call the helper and get things from there to evaluate.
> 2. possibly how to include a beanshell script and execute it.
> 
> Since I'm new to beanshell, I'll have to tinker with it some more but I
> can see lots of potential here.
> 
> --Brian
> 
> -----Original Message-----
> From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
> Sent: Wednesday, June 13, 2007 11:34 AM
> To: users@maven.apache.org
> Subject: RE: [POLL] maven-enforcer-plugin rules
> 
> 
> Brian,
> I have sent you by mail the beanshell-rule with a simple test.
> If you have any question or problem feel free to ask bu i am in European
> Time ;o).
> Emmanuel
> 
> 
> Brian E. Fox wrote:
>> 
>> Yes of course, can't you read my mind? ;-)
>> 
>> -----Original Message-----
>> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
>> Sent: Wednesday, June 13, 2007 3:44 AM
>> To: Maven Users List
>> Subject: Re: [POLL] maven-enforcer-plugin rules
>> 
>> On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>>> I don't see why it could be rolled into a new rule. Call it the
>>> beanshell rule or something.
>> 
>> you meant "I don't see why it couldn't be rolled into a new rule",
> right
>> ?
>> 
>> :)
>> 
>> J
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
> tml#a11102188
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.html#a11114045
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Hi Emmanuel,
I added this to the rules and deployed a snapshot and updated site,
thanks for sending that along. 

I managed to do some interesting stuff in the expression. I'd like to
figure out and add to the site docs:
1. how to call the helper and get things from there to evaluate.
2. possibly how to include a beanshell script and execute it.

Since I'm new to beanshell, I'll have to tinker with it some more but I
can see lots of potential here.

--Brian

-----Original Message-----
From: ehsavoie [mailto:emmanuel.hugonnet@gmail.com] 
Sent: Wednesday, June 13, 2007 11:34 AM
To: users@maven.apache.org
Subject: RE: [POLL] maven-enforcer-plugin rules


Brian,
I have sent you by mail the beanshell-rule with a simple test.
If you have any question or problem feel free to ask bu i am in European
Time ;o).
Emmanuel


Brian E. Fox wrote:
> 
> Yes of course, can't you read my mind? ;-)
> 
> -----Original Message-----
> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
> Sent: Wednesday, June 13, 2007 3:44 AM
> To: Maven Users List
> Subject: Re: [POLL] maven-enforcer-plugin rules
> 
> On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>> I don't see why it could be rolled into a new rule. Call it the
>> beanshell rule or something.
> 
> you meant "I don't see why it couldn't be rolled into a new rule",
right
> ?
> 
> :)
> 
> J
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.h
tml#a11102188
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by ehsavoie <em...@gmail.com>.
Brian,
I have sent you by mail the beanshell-rule with a simple test.
If you have any question or problem feel free to ask bu i am in European
Time ;o).
Emmanuel


Brian E. Fox wrote:
> 
> Yes of course, can't you read my mind? ;-)
> 
> -----Original Message-----
> From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
> Sent: Wednesday, June 13, 2007 3:44 AM
> To: Maven Users List
> Subject: Re: [POLL] maven-enforcer-plugin rules
> 
> On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
>> I don't see why it could be rolled into a new rule. Call it the
>> beanshell rule or something.
> 
> you meant "I don't see why it couldn't be rolled into a new rule", right
> ?
> 
> :)
> 
> J
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.html#a11102188
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Yes of course, can't you read my mind? ;-)

-----Original Message-----
From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
Sent: Wednesday, June 13, 2007 3:44 AM
To: Maven Users List
Subject: Re: [POLL] maven-enforcer-plugin rules

On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
> I don't see why it could be rolled into a new rule. Call it the
> beanshell rule or something.

you meant "I don't see why it couldn't be rolled into a new rule", right
?

:)

J

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [POLL] maven-enforcer-plugin rules

Posted by Jerome Lacoste <je...@gmail.com>.
On 6/12/07, Brian E. Fox <br...@reply.infinity.nu> wrote:
> I don't see why it could be rolled into a new rule. Call it the
> beanshell rule or something.

you meant "I don't see why it couldn't be rolled into a new rule", right ?

:)

J

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [POLL] maven-enforcer-plugin rules

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
I don't see why it could be rolled into a new rule. Call it the
beanshell rule or something. 

-----Original Message-----
From: Jerome Lacoste [mailto:jerome.lacoste@gmail.com] 
Sent: Tuesday, June 12, 2007 12:05 PM
To: Maven Users List
Subject: Re: [POLL] maven-enforcer-plugin rules

On 6/12/07, ehsavoie <em...@gmail.com> wrote:
>
> Hi,
> While the rule system provded is good for complex rules, I have found 
> easier to build an enforcer like plugin using java expressions as 
> rules that are evaluated at runtime using beanshell.
> I have not enough time to port it to your rule system but i can send 
> it to you if you feel interested.
> It gives an easy way to produce simple rules.

could that be retrofitted as an implementation to the official enforcer
plugin ?

That way we can use the best of both worlds.

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


'org.apache.maven.plugins:maven-site-plugin' does not exist

Posted by "Breight, Alan R (Al)" <br...@avaya.com>.
 
I'm a new user to Maven; trying to use it to build ActiveMQ.

I get the error in the subject line.

I found MSITE-117, which is closed and mentions that there was a
discussion on the users list.

However, I have not been able to get the digest of the users list
messages. 

If someone could help me get to those messages, or indicate how to get
around this issue, I would be much obliged.

Thanks

Al Breight

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [POLL] maven-enforcer-plugin rules

Posted by Jerome Lacoste <je...@gmail.com>.
On 6/12/07, ehsavoie <em...@gmail.com> wrote:
>
> Hi,
> While the rule system provded is good for complex rules, I have found easier
> to build an enforcer like plugin using java expressions as rules that are
> evaluated at runtime using beanshell.
> I have not enough time to port it to your rule system but i can send it to
> you if you feel interested.
> It gives an easy way to produce simple rules.

could that be retrofitted as an implementation to the official enforcer plugin ?

That way we can use the best of both worlds.

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [POLL] maven-enforcer-plugin rules

Posted by ehsavoie <em...@gmail.com>.
Hi,
While the rule system provded is good for complex rules, I have found easier
to build an enforcer like plugin using java expressions as rules that are
evaluated at runtime using beanshell.
I have not enough time to port it to your rule system but i can send it to
you if you feel interested. 
It gives an easy way to produce simple rules.
Emmanuel


Brian E. Fox wrote:
> 
> The maven-enforcer-plugin jira project has been suspiciously quiet...not
> that I'm complaining.  I'm curious how many people are using it, which
> rules are being used,  and if any custom rules have been created (and
> what they do). 
> 
>  
> 
> If you have a custom rule that you want to share, please create an issue
> at http://jira.codehaus.org/browse/MENFORCER
> 
>  
> 
>  
> 
> Thanks.
> 
>  
> 
> --Brian
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-POLL--maven-enforcer-plugin-rules-tf3905191s177.html#a11079340
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org