-2
netbeans 8.2で作業したので、maven -javafxでプロジェクトを作成すると、プロジェクトが作成されず、次のエラーが発生します。Netbeans 8.2プロジェクト作成時のMaven java fxエラー
Failed to execute goal org.apache.maven.plugins:maven-archetype-
plugin:3.0.1:generate (default-cli) on project standalone-pom:
Execution default-cli of goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate failed:
Plugin org.apache.maven.plugins:maven-archetype-plugin:3.0.1
or one of its dependencies could not be resolved:
The following artifacts could not be resolved: org.codehaus.groovy:groovy:jar:1.8.3,
org.apache.ant:ant:jar:1.8.1:
Could not transfer artifact org.codehaus.groovy:groovy:jar:1.8.3 from/to central
(http://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown host repo.maven.apache.org -> [Help 1]
エラーの完全なスタックトレースを表示するには、-eスイッチを使用してMavenを再実行します。 完全なデバッグログを有効にするには、-Xスイッチを使用してMavenを再実行します。
画像も添付されていますので、この問題を解決してください。 picture of the problem