guijiu
@guijiu (taka kuwa)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

MAVEN 勉強中 初めてプロジェクトを作りましたが、エラーで困っています。

Mavenを初めてインストールしました。プロジェクトを作ろうと項目3のとおりコマンドを打ちましたが、幾つかのエラーが発生し、使える状況に至っていません。何が原因か読み取れないため、ご助力いただければと思います。

1.環境

1.1 PC環境

win10を使っています。
エディション Windows 10 Pro
バージョン 21H1
インストール日 ‎2021/‎02/‎14
OS ビルド 19043.1165
エクスペリエンス Windows Feature Experience Pack 120.2212.3530.0

1.2 Javaのバージョン情報

java_ver.png

1.3 ネットワーク環境

当方のネットワーク環境は、フレッツ光で、サーバーはないためプロキシサーバーの設定はしていません(使っていないと思います)。
    
<<< 光ルータ == Lanスイッチ == PC >>>

このような構成です。

1.4 ウイルス対策ソフト

ウイルス対策ソフトはNortonLifeLock360を使っています。一時的に自動保護とファイアウォールの設定を停止させましたが、状況は変わりませんでした。(Mavenでプロキシサーバーの設定が関係するようなので、一応ファイアウオールも関係するかと思い、参考情報として記述します。)

2.セットアップ状況

Mavenのインストール手順に従ってダウンロードページから、zipファイルをダウンロードし、解凍したフォルダをPCのCドライブにインストールしました。また併せて、Pathの設定をしました。セットアップが済んでいる証拠として、次のスクリーンショットを示します。
バージョン情報.png

ここで、ひとつ気になるのが、OS名がwindows“8.1”になっていることです。当方のPCのOSはwin10なのですが、、、

また、当方の家のネットワークにはプロキシサーバーの設定はしていません。このため、${user.home}/.m2フォルダにはsettings.xmlを置いていません。(このフォルダには何らかを記述したsettings.xmlファイルが必要なのでしょうか?)

m2フォルダ.png
図 ${user.home}/.m2フォルダの中身

m2_rep_orgフォルダの中身.png
図 ${user.home}/.m2\repository\orgフォルダの中身
(参考情報:本PCには、既存のIDEとしてjetbrainsのintelliJもインストールされています。何か競合の原因になっていないでしょうか?)

3 プロジェクトの作成

Mavenのインストラクションに従いプロジェクトの作成を行いましたが、ここでエラーが発生します。
プロジェクトの作成で打ったコマンドは次の通りです。

mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

このコマンドを打ったあとのレスポンスは次のようにいくつかのワーニングとエラーを発しています。
コマンドのレスポンス1.png

<<途中省略>>
コマンドのレスポンス2.png

以上が、不具合の状況になります。Mavenを正常に使えるようにするには、以上の操作・設定のほかに何が必要でしょうか。ご助力のほどよろしくお願いします。

(以下に、プロジェクト作成のコマンドを打った際の、テキストベースの応答を添付します)

C:\demo\testMaven>mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.5.3: Plugin org.apache.maven.plugins:maven-release-plugin:2.5.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.5.3
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
[WARNING] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[WARNING] org.apache.maven.plugins/maven-metadata.xmlfailed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
[WARNING] org.codehaus.mojo/maven-metadata.xmlfailed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.000 s
[INFO] Finished at: 2021-09-02T18:46:04+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\kvh8b\.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException

C:\demo\testMaven>

以上が、不具合の状況になります。Mavenを正常に使えるようにするには、以上の操作・設定のほかに何が必要でしょうか。ご助力のほどよろしくお願いします。

0

2Answer

手元の環境では再現しませんでした。

以下をご教示ください。

  1. コマンドプロンプトのウィンドウタイトルがsqlite3になっていますがなぜですか?特になければコマンドプロンプトを管理者権限で起動して試して変わりませんか?

  2. mavenリポジトリはお使いの環境でブラウザからアクセスできますか?(例として https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom にブラウザからアクセスして表示できますか?)

0Like

Comments

  1. @guijiu

    Questioner

    アドバイスを頂き、ありがとうございます。
    以下の通り、教えていただいた事柄について、ご返答申し上げます。

    1-1. 「コマンドプロンプトのウィンドウタイトルがsqlite3」になっている理由は、コマンドプロンプトで作業するフォルダをコマンド(例:SQLite,PostgreSQL,MySQL)ごとに分けているためです。たまたまタスクバーにSQLite用のコマンドプロンプトを張り付けていたため、横着して使っていました。

    1-2. コマンドプロンプトを管理者権限で起動しても、同じエラーが発生しました。

    2.mavenリポジトリをブラウザからアクセスした結果
     教えていただいたアドレスをクリックして、下にある2件目の回答にスクリーンショットを張り付けました。貴殿が意図した結果は、これでよいでしょうか?(素人みたいな応答ですみません。事実、素人なもので、、、)

Your answer might help someone💌