diggbag

          BlogJava 聯系 聚合 管理
            0 Posts :: 13 Stories :: 6 Comments :: 0 Trackbacks

          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中加上

          <plugin>
                <groupId>org.eclipse.m2e</groupId>
                <artifactId>lifecycle-mapping</artifactId>
                <version>1.0.0</version>
                <configuration>
                  <lifecycleMappingMetadata>
                    <pluginExecutions>
                      <pluginExecution>
                        <pluginExecutionFilter>
                          <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
                          <versionRange>[1.2,)</versionRange>
                          <goals>
                          <goal>resources</goal>
                           <goal>testResources</goal>
                          </goals>
                        </pluginExecutionFilter>
                        <action>
                          <ignore />
                        </action>
                      </pluginExecution>
                    </pluginExecutions>
                  </lifecycleMappingMetadata>
                </configuration>
              </plugin>

          解決沖突,具體原因參看http://wiki.eclipse.org/M2E_plugin_execution_not_covered


           

          posted on 2012-04-18 18:19 哲同 閱讀(14858) 評論(1)  編輯  收藏 所屬分類: java相關

          Feedback

          # re: 解決m2eclipse插件引起的pom.xml校驗錯誤 2012-12-25 14:52 小芬
          我這邊遇到了同樣的問題,但是沒有得到解決  回復  更多評論
            

          主站蜘蛛池模板: 江达县| 抚州市| 来宾市| 体育| 永寿县| 汶上县| 容城县| 上蔡县| 靖远县| 洪江市| 新宾| 原平市| 临颍县| 明光市| 丹东市| 木里| 屏边| 白河县| 桃源县| 兴业县| 惠州市| 稻城县| 东方市| 东辽县| 蒲城县| 扬中市| 玛多县| 齐河县| 青铜峡市| 福州市| 麻栗坡县| 双鸭山市| 三亚市| 大理市| 同心县| 融水| 且末县| 临潭县| 南和县| 萝北县| 大城县|