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 时正在寻找在线存储库而不是我的本地存储库。
您遇到此行为是因为您的存储库之一未正确设置。
更新您的类路径并将您的 Maven 存储库设置在适当的位置。
例如,将以下条目添加到 settings.xml:
<localRepository>/dev/m2repo</localRepository>