0

Maven 3.0.1 のクリーン インストールを使用する場合:

> mvn archetype:generate

Choose a number or apply filter: 
  461: remote -> org.fusesource.scalate.tooling:scalate-archetype-jersey (An archetype which creates an empty Scalate web application)

Choose org.fusesource.scalate.tooling:scalate-archetype-jersey version: 
   11: 1.5.3-scala_2.8.2


> mvn clean install

[ERROR] Plugin org.fusesource.scalate:maven-scalate-plugin:1.5.3-scala_2.8.2 or one of its dependencies could not be resolved: Could not find artifact org.fusesource.scalate:maven-scalate-plugin:jar:1.5.3-scala_2.8.2 in central (http://repo1.maven.org/maven2) -> [Help 1]

どうしてですか?リポジトリか何かが必要ですか?

4

1 に答える 1

0

それ以来、アーキタイプは更新されているようで、現在は次の 2 つがあります。

477: リモート -> org.fusesource.scalate.tooling:scalate-archetype-jersey_2.10 (空の Scalate Web アプリケーションを作成するアーキタイプ) 478: リモート -> org.fusesource.scalate.tooling:scalate-archetype-jersey_2. 9 (空の Scalate Web アプリケーションを作成する原型)

scalate-archetype-jersey_2.9 を試してみたところ、「mvn clean install」コマンドに合格しました。

于 2013-01-09T16:51:04.730 に答える