[ 
https://jira.codehaus.org/browse/MENFORCER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=359045#comment-359045
 ] 

Karl-Heinz Marbaise edited comment on MENFORCER-219 at 12/14/14 3:58 AM:
-------------------------------------------------------------------------

Fixed in [r1645429|http://svn.apache.org/r1645429]
Fixed in [r1645431|http://svn.apache.org/r1645431]


was (Author: khmarbaise):
Fixed in [r1645429|http://svn.apache.org/r1645429]

> 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