开发者

Is there a maven plugin or mojo to build IntelliJ IDEA plugins

开发者 https://www.devze.com 2023-03-05 13:20 出处:网络
I\'d like to use Maven to build an IntelliJ IDEA plugin. Googling and searching SO has failed me. Can anyone tell me if there开发者_开发问答 is a such a Maven plugin?If you\'re still interested in usi

I'd like to use Maven to build an IntelliJ IDEA plugin. Googling and searching SO has failed me. Can anyone tell me if there开发者_开发问答 is a such a Maven plugin?


If you're still interested in using Maven for IntelliJ plugin development, here's how we implemented at our company : http://labs.bsb.com/2013/11/how-to-manage-development-life-cycle-of-intellij-plugins-with-maven-2/


I don't think you need a dedicated one. A plugin is just a jar with a particular file descriptor. Nothing the standard plugins can't produce.

0

精彩评论

暂无评论...
验证码 换一张
取 消