Uploaded image for project: 'Apache NetBeans Infra'
  1. Apache NetBeans Infra
  2. NETBEANSINFRA-1

Add m2e lifecycle-mapping-metadata.xml to nbm-maven-plugin

    XMLWordPrintableJSON

Details

    Description

      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:
       

      <?xml version="1.0" encoding="UTF-8"?>
      
      <lifecycleMappingMetadata>
      
          <pluginExecutions>
              <pluginExecution>
                  <pluginExecutionFilter>
                      <goals>
                          <goal>manifest</goal>
                      </goals>
                  </pluginExecutionFilter>
                  <action>
                      <ignore/>
                  </action>
              </pluginExecution>
          </pluginExecutions>
      
      </lifecycleMappingMetadata>
      

      I could submit a pull request. Should I?

      Attachments

        Activity

          People

            Unassigned Unassigned
            pino Pino Silvaggio
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: