1

私はMavenとJSFが初めてで、プロジェクトをコンパイルするときに次の問題があります。

Failed to execute goal on project ViewController: Could not resolve dependencies for project com.km.eFarmer:ViewController:war:1.0.1-alpha1-SNAPSHOT: The following artifacts could not be resolved: com.sun.faces:jsf-api:jar:2.0.3-FCS, com.sun.faces:jsf-impl:jar:2.0.3-FCS, org.openfaces:openfaces:jar:3.0.2-KM, cssparser:cssparser:jar:0.9.5, it.eng.spago:sbi-utils:jar:3.3.0: Failure to find com.sun.faces:jsf-api:jar:2.0.3-FCS in http://repo1.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of maven.maven2 has elapsed or updates are forced -> [Help 1

4

2 に答える 2

3

これは、アーティファクトcom.sun.faces:jsf-api:jar:2.0.3-FCSがリポジトリに存在しない ことを意味しますhttp://repo1.maven.org/maven2/

実際、このリポジトリにはjsf-api.jarwith バージョンはありません2.0.3-FCS利用可能なバージョンのリストがあります。したがって、アーティファクトのバージョンまたはリポジトリの URL を変更する必要があります

于 2012-09-18T08:34:05.757 に答える
-2

ローカルリポジトリcom/sun / facesフォルダーを削除して、再試行するだけです。

于 2012-09-18T08:31:27.913 に答える