【发布时间】:2020-03-15 06:38:33
【问题描述】:
我正在关注这个guideline 的 Maven 插件,之后我添加了以下内容:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
maven-release-plugin & 2.5.3 都是红色的。我正在使用本地 Maven 存储库。我该如何更新它?我是否需要安装任何东西以便 IntelliJ 可以找到它?我是 Maven 新手,希望能指出正确的方向。
【问题讨论】:
-
无法复制,请分享Minimal, Complete, and Verifiable example 或至少完整的
pom.xml文件。
标签: java maven intellij-idea maven-plugin maven-central