我有一个 Maven 项目,我创建了一个名为 myjar 的新外部 jar。我随后将我的 pom 从 myjar.17.snaphot 更新为 myjar.17.1.snaphot。在我的外部库中,我没有看到这个 jar - 我仍然看到 myjar.17.snaphot。因此,Intellij 无法编译我的代码。
当我在命令行进行 maven 安装时,一切正常。为什么 IntelliJ 不更新我的 jar?
<dependency>
<groupId>com.me</groupId>
<artifactId>myjar</artifactId>
<version>17.1-SNAPSHOT</version>
</dependency