mvn clean package -Dmaven.test.skip=true 报错:[ERROR] Unknown lifecycle phase “.test.skip=true“.

Posted 流楚丶格念

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mvn clean package -Dmaven.test.skip=true 报错:[ERROR] Unknown lifecycle phase “.test.skip=true“.相关的知识,希望对你有一定的参考价值。

错误

PowerShell 运行 mvn命令不成功

[ERROR] Unknown lifecycle phase ".test.skip=true". 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, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException

元婴

而 PowerShell 窗口下,执行带参数的需要’单引号’包起来才可以

解决

方法一

命令改为:

mvn clean install package '-Dmaven.test.skip=true'

方法二

不要使用PowerShell命令行模式,使用 cmd 进入命令行执行:

mvn clean install package -Dmaven.test.skip=true

以上是关于mvn clean package -Dmaven.test.skip=true 报错:[ERROR] Unknown lifecycle phase “.test.skip=true“.的主要内容,如果未能解决你的问题,请参考以下文章

Maven - 为啥在“mvn clean”之后我需要在“mvn package”之前执行“Maven Update Project”?

Mvn clean package 未正确创建 JAR 文件

此环境中不提供编译器。执行 mvn clean package 时

jenkins执行mvn -f ${project_name} clean package报错:找不到父工程

jenkins执行mvn -f ${project_name} clean package报错:找不到父工程

Mvn clean package 给出了一个意外的 java.lang.AssertionError