Intellij community code on maven central?
Answered
Hi guys,
would it be possible to see community edition to be deployed on maven central since it is OS? Some part of the code can be very useful for other OS projects.
Please sign in to leave a comment.
We plan to publish some modules of IntelliJ IDEA as Maven artifacts (probably not on Maven central though), watch this issue to be notified about the progress. This is not a simple task because we need to express dependencies of IntelliJ modules in Maven format. So we don't plan to deploy all the modules, only those which are really needed to be used in external projects. So if you have in mind a particular part of IntelliJ IDEA which you want to use in your project please tell us.
Hi Nikolay,
thanks for the answer and pointer. What's I'm really after is to be able to use the code reformatting in the maven pipeline (integrated to a maven plugin) to ensure idea can be used as main IDE reference instead of current workarounds which rely on another formatter and an Idea plugin which rarely works that great.
Hi Nikolay,
Two cases that I have come across recently are:
In general, any time you want to develop a reusable library for IntelliJ plugins, there's no good way to do that right now.
Cheers,
Colin