m2e lifecycle-mapping not found

前端 未结 11 744
时光说笑
时光说笑 2020-11-29 00:24

I am trying to use the solution described here to solve the annoying \"Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1

11条回答
  •  -上瘾入骨i
    2020-11-29 00:51

    You can use this dummy plugin:

    mvn archetype:generate -DgroupId=org.eclipse.m2e -DartifactId=lifecycle-mapping -Dversion=1.0.0 -DarchetypeArtifactId=maven-archetype-mojo
    

    After generating the project install/deploy it.

提交回复
热议问题