m2e lifecycle-mapping not found

前端 未结 11 743
时光说笑
时光说笑 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条回答
  •  自闭症患者
    2020-11-29 00:59

    m2e 1.7 introduces a new syntax for lifecycle mapping metadata that doesn't cause this warning anymore:

    
    org.codehaus.mojo
    build-helper-maven-plugin
    
        
    
            
            
    
            generate-sources
            add-source
            
                
                    src/bootstrap/java
                
            
        
    
    
    

提交回复
热议问题