Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the m2e lifecycle errors from eclipse #2

Open
stickycode opened this issue Sep 24, 2019 · 0 comments
Open

Remove the m2e lifecycle errors from eclipse #2

stickycode opened this issue Sep 24, 2019 · 0 comments

Comments

@stickycode
Copy link
Member

stickycode commented Sep 24, 2019

Need to add a metadata file like this

<lifecycleMappingMetadata>
  <pluginExecutions>
    <pluginExecution>
      <pluginExecutionFilter>
        <goals>
          <goal>fetch</goal>
        </goals>
      </pluginExecutionFilter>
      <action>
        <ignore/>
      </action>
    </pluginExecution>
  </pluginExecutions>
</lifecycleMappingMetadata>

in META-INF/m2e/lifecycle-mapping-metadata.xml

as per https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants