Fuhui

Maven自定义插件实现


maven开发

maven开发

maven插件开发

  1. 插件和生命周期的某个阶段绑定
  2. 自定义插件命名为:-maven-plugin;maven--plugin是官方插件的命名,拥有商标权

插件分类

插件配置

Maven插件都是通过指定一个元素来配置的。而该元素中的子元素,都是Mojo中的property。 详见Guide to Configuring Plug-ins

插件代码规范

Maven Code Style And Code Conventions

Download maven-idea-codestyle.xml and copy it to ~/.IntelliJIDEA/config/codestyles then restart IDEA. After this, restart IDEA and open the settings to select the new code style.