我是 Maven 新手并制作了一个 hello world maven 插件(如此处教程:http ://maven.apache.org/guides/plugin/guide-java-plugin-development.html )。
我还有一个 hello world maven项目(不是插件),如下所述:http ://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
现在,我希望项目包含 hello-world 插件,因为该插件有一个我想要运行的“sayhi”目标。
我该怎么做呢?什么是绝对最简单、最快的方式,什么是最“正确”的方式?