我按照本指南为我的maven插件设置了一个前缀,以便用更短的命令来使用它:
http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html
但是,如果我使用它,我会收到错误:
No Plugin found for prefix 'myPrefix' in the current project and in the plugin groups.
我不明白!我在pom中设置了我的goalPrefix!
那该怎么办?