maven项目打包报错
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project taotao-common: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: A required class was missing while executing org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test: org/apache/commons/lang3/StringUtils
[ERROR] -----------------------------------------------------
解决办法:test
在pom中删除掉关于test的依赖
然后删除掉程序中的test相关内容
clear后重新打包