You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2018/09/23 16:22:00 UTC

[jira] [Commented] (MRRESOURCES-85) Add m2e mapping

    [ https://issues.apache.org/jira/browse/MRRESOURCES-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625168#comment-16625168 ] 

Hervé Boutemy commented on MRRESOURCES-85:
------------------------------------------

[~khmarbaise] is there anything preventing you to commit this?

> Add m2e mapping
> ---------------
>
>                 Key: MRRESOURCES-85
>                 URL: https://issues.apache.org/jira/browse/MRRESOURCES-85
>             Project: Maven Remote Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> Add mapping for m2e for plugin something like this.
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <lifecycleMappingMetadata>
>   <pluginExecutions>
>     <pluginExecution>
>       <pluginExecutionFilter>
>         <goals>
>           <goal>bundle</goal>
>           <goal>process</goal>
>         </goals>
>       </pluginExecutionFilter>
>       <action>
>         <execute>
>           <runOnIncremental>true</runOnIncremental>
>           <runOnConfiguration>true</runOnConfiguration>
>         </execute>
>       </action>
>     </pluginExecution>
>   </pluginExecutions>
> </lifecycleMappingMetadata>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)