私はmvn install
このエラーメッセージを受け取りました
Failed to execute goal on project core: Could not resolve dependencies for project test:core:jar:2.0.1-SNAPSHOT: Could not find artifact lib-net:lib-net:jar:1.0.8 in central (http://repo.maven.apache.org/maven2)
この依存関係は私のプロジェクトであり、ローカル リポジトリ ~/.m2 で利用できます。
だから私はmvn install -o
mavenに私のローカルリポジトリを使用させようとしました、そして私はこれを手に入れました
Failed to execute goal on project core: Could not resolve dependencies for project test:core:jar:2.0.1-SNAPSHOT: The repository system is offline but the artifact lib-net:lib-net:jar:1.0.8 is not available in the local repository.
ローカル リポジトリを削除して、すべてを再インストールしようとしましたが、問題が解決しません。
何か提案はありますか?