Plugin execution not covered by lifecycle configuration error in Eclipse Juno

后端 未结 3 1805
余生分开走
余生分开走 2021-02-07 13:10

Why does my Maven build work perfectly fine on the command line but when I run in Eclipse, it requires I add this section to my pom.xml, otherwise I get this error:

<         


        
3条回答
  •  名媛妹妹
    2021-02-07 13:24

    You may require an M2E "connector" to understand maven-compiler-plugin using the Eclipse (JDT) compiler.

    Select "discover connectors" and choose M2E connector for Eclipse JDT compiler provided by JBoss, or install it manually.

    M2E connector for the Eclipse JDT Compiler 1.0.1.201209200903

    You may also be offered a Groovy connector -- maybe it uses similar technology under the hood? -- but unless you are using Groovy, it probably does not make sense to install such integration.

提交回复
热议问题