然后执行mvn clean install,并在hello-world项目中运行插件:
【问题】
在项目文件夹之外运行插件的时候,可能会遇到以下问题:
Goal requires a project to execute but there is no POM in this directory (D:\test\code-demo). Please verify you invoked Maven from the correct directory. -> [Help 1]
此时,需要指定以下参数使插件可以脱离项目单独执行:
requiresProject = false
结果:
【demo地址】
以上,即是整个maven-plugin入门开发内容,为了方便大家查看学习,我把demo项目放到了我的github上,大家可以自行查看:
https://github.com/liufarui/code-demo