Prepare plugin module for deployment using maven
I prepare a plugin for my internal purpose. I would like to make it through maven.
Can you please tell me the maven dependencies to be used and maven plugins to be used on how to mavenize my plugin project to generate the plugin as artifact.
请先登录再写评论。
We don't have official support for developing plugins using Maven. We recommend to use gradle to develop plugins, see our docs for details.