1

Maven プロジェクトは Eclipse Indigo では動作しません (私は多くの Indigo を持っており、Maven は 1 つの Indigo インスタンスを除いてどこでも動作します)。

新しいクイックスタート Maven プロジェクトを作成すると、POM ファイルでエラーが発生する

Multiple annotations found at this line:
    - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (execution: default-resources, phase: process-resources)
    - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (execution: default-testResources, phase: process-test-
     resources)

これはラインをマークします

<packaging>jar</packaging>

修正案はありません。

Maven を更新しようとすると、次のエラーが発生します。

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
  Missing requirement: Embedded Maven Runtime Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.maven.runtime 1.4.0.20130531-2315) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
    To: org.eclipse.m2e.maven.indexer [1.4.0.20130531-2315]
  Cannot satisfy dependency:
    From: Maven / Nexus Indexer Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.maven.indexer 1.4.0.20130531-2315)
    To: bundle org.eclipse.m2e.maven.runtime [1.4.0,1.5.0)

地獄をどう乗り越えるか?

4

0 に答える 0