get rid of POM not found warning for org.eclipse.m2e:lifecycle-mapping

前端 未结 5 2088
攒了一身酷
攒了一身酷 2020-12-04 11:19

With intent to get m2e 1.0 working correctly I have had to specify the lifecycle mapping:

    
        
            &l         


        
5条回答
  •  旧巷少年郎
    2020-12-04 11:50

    My team works around this problem by wrapping the relevant configuration in a profile:

    
      only-eclipse
      
        
          m2e.version
        
      
      
        
          
            
              org.eclipse.m2e
              lifecycle-mapping
              1.0.0
              
                ...
              
            
          
        
      
    
    

提交回复
热议问题