[ 
https://jira.codehaus.org/browse/MENFORCER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise reopened MENFORCER-219:
-------------------------------------------


I need to improve that cause currently in eclipse you get only a stack trace 
and a message that something has failed with the rules but nothing more.
So i need to add the BuildContext api to Enforcer and emit some information to 
eclipse users as well.

> Add m2e mapping
> ---------------
>
>                 Key: MENFORCER-219
>                 URL: https://jira.codehaus.org/browse/MENFORCER-219
>             Project: Maven Enforcer Plugin
>          Issue Type: Improvement
>          Components: Plugin
>    Affects Versions: 1.4
>            Reporter: Karl-Heinz Marbaise
>            Assignee: Karl-Heinz Marbaise
>            Priority: Minor
>             Fix For: 1.4
>
>
> Just adding a simple mapping just to ignore the plugin during incremental 
> calls but running once during the import of a project.
> Currently m2e itself has a hard coded ignore rule.
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <lifecycleMappingMetadata>
>   <pluginExecutions>
>     <pluginExecution>
>       <pluginExecutionFilter>
>         <goals>
>           <goal>enforce</goal>
>           <goal>recommend</goal>
>         </goals>
>       </pluginExecutionFilter>
>       <action>
>         <execute>
>           <runOnIncremental>false</runOnIncremental>
>           <runOnConfiguration>true</runOnConfiguration>
>         </execute>
>       </action>
>     </pluginExecution>
>   </pluginExecutions>
> </lifecycleMappingMetadata>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to