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.
使用 Eclispe m2e 插件时,收到以下错误
无法在项目上执行目标* :无法解析项目的依赖关系 *:在快照 (abc) 中找不到工件 org.apache.httpcomponents:httpclient:jar:4.2.1
abc 是我们的 Maven 私有存储库。
虽然 httpclient.jar 在我的本地存储库中。
这:
artifact org.apache.httpcomponents:httpclient:jar:4.2.1 in snapshots (abc)
看起来您对 SNAPSHOT/RELEASE 存储库的配置不正确。
您是否通过以下方式检查了是否在命令行上构建:
mvn clean package