[
https://issues.apache.org/jira/browse/NETBEANS-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754102#comment-16754102
]
Eric Barboni commented on NETBEANS-1723:
----------------------------------------
Hi Pino,
Feel free to submit PR, sorry for late reply.
Regards
> Add m2e lifecycle-mapping-metadata.xml to nbm-maven-plugin
> ----------------------------------------------------------
>
> Key: NETBEANS-1723
> URL: https://issues.apache.org/jira/browse/NETBEANS-1723
> Project: NetBeans
> Issue Type: Improvement
> Components: mavenutilities
> Reporter: Pino Silvaggio
> Priority: Major
>
> It would be nice to add m2e {{lifecycle-mapping-metadata.xml}} so that people
> using Eclipse or another compatible plugin can be integrate with nbm-plugin.
> This doesn't cost much and only requires this file in {{META-INF/m2e}}.
> This is what I use in my forked plugin:
>
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <lifecycleMappingMetadata>
> <pluginExecutions>
> <pluginExecution>
> <pluginExecutionFilter>
> <goals>
> <goal>manifest</goal>
> </goals>
> </pluginExecutionFilter>
> <action>
> <ignore/>
> </action>
> </pluginExecution>
> </pluginExecutions>
> </lifecycleMappingMetadata>
> {code}
> I could submit a pull request. Should I?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists