【maven】常见插件

maven-surefire-plugin : 单元测试相关
maven-assembly-plugin :构建一个源码或二进制文件的程序集(发行版).
build-helper-maven-plugin:额外要打包的一些。

maven-compiler-plugin:编译。
spring-boot-maven-plugin:springboot相关命令。
maven-jar-plugin:打包jar。
maven-war-plugin:打包war。
maven-resources-plugin:为打包复制资源文件到output文件夹。
git-commit-id-plugin:生成git相关信息。


参考:https://maven.apache.org/plugins/index.html

猜你喜欢

转载自www.cnblogs.com/stxyg/p/12936167.html