You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Pino Silvaggio (JIRA)" <ji...@apache.org> on 2018/11/21 20:53:00 UTC

[jira] [Created] (NETBEANS-1723) Add m2e lifecycle-mapping-metadata.xml to nbm-maven-plugin

Pino Silvaggio created NETBEANS-1723:
----------------------------------------

             Summary: 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


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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists