2

STS IDE を使用して Spring Template から簡単なプロジェクトを作成しましたが、pom.xm にエラーが表示されます。

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)

問題を探すのに長い時間を費やしましたが、解決策を見つけることができませんでした。

4

1 に答える 1

0

プロジェクトのルート フォルダーで mvn eclipse:eclipse を実行してみてください (最初に maven をダウンロードしてクラスパスに追加する必要があります)。

于 2013-07-11T09:48:46.770 に答える