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?
Please sign in to leave a comment.
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.