生命周期Lifecycle
http://maven.apache.org/ref/3.6.1/maven-core/lifecycles.html#default_Lifecycle
- clean 包含3个阶段,绑定插件
org.apache.maven.plugins:maven-clean-plugin:2.5:clean - default 包含多个阶段,不关联插件,但是根据不同的打包方式,默认关联插件到不同的阶段phase,参见
- site 包含4个阶段,绑定插件
org.apache.maven.plugins:maven-site-plugin:3.3:site和org.apache.maven.plugins:maven-site-plugin:3.3:deploy
打包方式maven-plugin关联的插件,idea右边插件列表会根据打包方式自动更新

打包方式hpi对应的默认插件
