Is is possible to develop a IntelliJ plugin using maven or package it as maven, will it work? 关注
已回答
请先登录再写评论。
Hi,
The official way of developing plugins is using Gradle:
https://plugins.jetbrains.com/docs/intellij/developing-plugins.html
We do not have plans for supporting Maven in plugin development.