Heim >Datenbank >MySQL-Tutorial >解决M2eclipse插件引起的Pom.Xml校验错误

解决M2eclipse插件引起的Pom.Xml校验错误

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 15:15:341539Durchsuche

1.pom.xml文件报Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.2:resources (execution: default-resources, phase: process-resources)pom.xml/testMaven-commonline 3Maven Project Build

1.pom.xml文件报Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.2:resources (execution: default-resources, phase: process-resources) pom.xml /testMaven-common line 3 Maven Project Build Lifecycle Mapping Problem

2.导致此错误是m2eclipse插件0.12及之前的版本在Eclipse 内执行了一系列的生命周期引起冲突导致的,如果你的maven报此类错误,而又用到了maven-resources-plugin这个插件,那么请按你的项目pom.xml中加上


      org.eclipse.m2e
      lifecycle-mapping
      1.0.0
     
       
         
           
             
                org.apache.maven.plugins
       maven-resources-plugin
                [1.2,)
               
                resources
                 testResources
               

             

             
               
             

           

         

       

     

   

解决冲突,具体原因参看http://wiki.eclipse.org/M2E_plugin_execution_not_covered

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn