Development Custom Plugin In Intellij with POM Dependency
Answered
Hi I want to develop custom plugin for intellij.I can find similar post but old date.Is it possible to use pom dependency model in custom plugin development or still we cant use it?
Second one is,inside my plugin I want to use spring components ,but where should I looking for spring.jar.I find this post but not clearly understand
Regards
Please sign in to leave a comment.
Which post do you refer to?
And regarding Spring - what is not clear for you?
For spring where can I find spring.jar ?this part is not clear
Icant find use pom.xml in custom development sample,is it possible or not?
https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206768755-IntelliJ-IDEA-Plugin-development-with-Maven-
Building a new plugin, you should use Gradle. And as stated in the top of the documentation:
what about using pom.dependency is there any feature planning about that?