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

Karl-Heinz Marbaise updated MEJB-79:
------------------------------------

    Summary: Add m2e mapping  (was: Added m2e mapping)

> Add m2e mapping
> ---------------
>
>                 Key: MEJB-79
>                 URL: https://jira.codehaus.org/browse/MEJB-79
>             Project: Maven EJB Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Karl-Heinz Marbaise
>            Priority: Minor
>             Fix For: 1.6
>
>
> 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
(v6.1.6#6162)

Reply via email to