随笔分类 - 项目管理工具
摘要:findbugs-maven-plugin 已经不再维护,推荐使用 SpotBugs Maven Plugin...
阅读全文
摘要:create is deprecated in maven 3.0.5 and beyond,在maven3.0.5以上版本舍弃了create,使用generate生成项目 before:mvn archetype:create -DgroupId=**.** -DartifactId=** -Dp
阅读全文
摘要:maven-shade-plugin,pom.xml,scope
阅读全文
摘要:maven 安装alipay-sdk包到本地及远程仓库
阅读全文
摘要:当使用maven-assembly-plugin或者maven-shade-plugin打包时,如果涉及到证书文件,一定设置过滤,否则证书文件会被做修改。报异常: java.io.IOException: DER length more than 4 bytes: 111 maven-assembl
阅读全文