Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作成されたカスタム jar がローカル リポジトリから選択されていません。
必要なアドオンを作成しました。私が直面している唯一の問題は、maven をインストールしようとして、ローカル リポジトリではなくオンライン リポジトリを探しているときです。
リポジトリの 1 つが正しく設定されていないため、この動作が発生しています。
クラス パスを更新し、適切な場所に Maven リポジトリを設定します。
たとえば、次のエントリを settings.xml に追加します。
<localRepository>/dev/m2repo</localRepository>