maven 跳过测试 打包 及上传命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 跳过测试 打包 及上传命令相关的知识,希望对你有一定的参考价值。

[main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project springside-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: There was an error in the forked process

 

因jdk版本问题也可导致 jar兼容问题 出现测试通不过。 问题较多的是1.8.xx版本

 

mvn clean install -DskipTests

mvn clean deploy -DskipTests

 

 

http://stackoverflow.com/questions/13170860/failed-to-execute-goal-org-apache-maven-pluginsmaven-surefire-plugin2-10test

以上是关于maven 跳过测试 打包 及上传命令的主要内容,如果未能解决你的问题,请参考以下文章

Maven 跳过测试打包

eclipse整合maven打包的时候跳过测试

如何让maven跳过某些指定的Test用例?

idea怎么自定义打包命令

maven项目打包和编译跳过单元测试和javadoc

构建命令maven install 打包不是最新的代码