目录
过程
打包(先clean,再build)
打包命令
clean package -Dmaven.test.skip=true
遇到的问题
缺少依赖目录
依赖目录问题
Could not resolve dependencies for project com.xxx:RealTimeConsumer:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.xxx:CommonServiceApi:jar:1.0-SNAPSHOT: Failed to read artifact descriptor for com.xxxx:CommonServiceApi:jar:1.0-SNAPSHOT: Could not find artifact com.xxx:RealTimePro:pom:1.0-SNAPSHOT -> [Help 1]
解决方案
(勾选Resolve Workspace artifacts)
Junit的问题
Test问题
Test问题,父目录pom文件注解掉scope
解决方案