RubyをJavaに変換するRubyFluxを使用したいと思い参考サイトを通りに進めてみたのですが以下のエラー文が表示されビルドができません。
自分なりに調べて.m2/repositoryを削除してもうまくいきません。
これはそもそも何のエラーなのでしょうか?
どのように対応すればよいでしょうか?
C:\Users\user\Downloads\rubyflux-master>mvn package [INFO] Scanning for projects... [INFO] [INFO] -----------------------< com.headius:ruby_flux >------------------------ [INFO] Building ruby_flux 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.435 s [INFO] Finished at: 2020-02-18T11:44:13+09:00 [INFO] ------------------------------------------------------------------------ [ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom: Received fatal alert: protocol_version -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
■使用環境は以下の通りです。
OS : Windows10 Pro
Java : 1.7.0_80
maven: Apach Maven 3.6.3
jruby:9.2.9.0
回答1件
あなたの回答
tips
プレビュー