Intellij plugin development, project as a maven module?
I am trying to create a maven project out of a couple of plugins, but the problem is that the SDK is a directory resource.
Is there some way where you can declare in the pom a jar or directory resource for this?
Or is maven out of the question in plugin development mode?
请先登录再写评论。
No solution for maven AFAIK other than downloading the jar, either manually or using download plugin.
There's a nice gradle plugin though which does everything automatically.