如何处理 maven 版本:使用精确版本设置

Posted

技术标签:

【中文标题】如何处理 maven 版本:使用精确版本设置【英文标题】:How to process a maven version:set with exact version 【发布时间】:2021-11-27 06:49:06 【问题描述】:

我正在尝试更改我当前正在使用的 maven 应用程序的版本。为此,我执行了以下命令:

mvn versions:set -DnewVersion=9.0.174.33-SNAPSHOT -DprocessAllModules

我想将版本更改为 9.0.174.33-SNAPSHOT。但是在运行命令的时候,pom.xml中的版本已经改成了9,也报错了。

这是抛出的错误:

[ERROR] Unknown lifecycle phase ".0.174.33-SNAPSHOT". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin
-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, gene
rate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resource
s, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, d
eploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]

【问题讨论】:

【参考方案1】:

现在解决了。我犯了一个小错误。命令应该是这样的:

mvn versions:set -DnewVersion="9.0.174.33-SNAPSHOT" -DprocessAllModules

【讨论】:

以上是关于如何处理 maven 版本:使用精确版本设置的主要内容,如果未能解决你的问题,请参考以下文章

Akka 如何处理消息版本?

qgroundcontrolGPS定位失败如何处理

如何处理同一站点的两个版本

yarn 工作空间如何处理不同版本的外部依赖?

如何处理 Android 应用程序中的版本更改

在使用 CreateObject 从 VBScript 中通过 COM 引用 C++ DLL 时,如何处理 DLL 版本?