Is is possible to develop a IntelliJ plugin using maven or package it as maven, will it work?
Answered
Please sign in to leave a comment.
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.