查看依赖jar包
1 | mvn dependency:tree -Dverbose |
打包
1 | mvn clean -U package -pl analysis-tool -am -P dev -Dmaven.source.skip=true -Dmaven.test.skip=true |
要注意的是-P 对大小写敏感
重新生成iml文件
1 | mvn idea:module |
参数
1 | -e 详细错误描述 |
问题汇总
the output path is not specified for module ‘xxx’
Specify the output path in the Project Structure dalog