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

https://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/spring_api.html

Regards

0
4 comments

Which post do you refer to?

And regarding Spring - what is not clear for you?

0
Avatar
Permanently deleted user

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-

0

Building a new plugin, you should use Gradle. And as stated in the top of the documentation:

0
Avatar
Permanently deleted user

what about using pom.dependency is there any feature planning about that?

0

Please sign in to leave a comment.