12. Maven-plugin 设置和常见命令详解
核心 Plugin
Clean Plugin
The Clean Plugin is used when you want to remove files generated at build-time in a project’s directory.
跳过 Clean
1 | mvn clean -Dmaven.clean.skip=true |
Resources Plugin
Compiler Plugin
[JDK 1.8 及之前] Setting the -source and -target of the Java Compiler
