Include plugin to intellij idea community edition build

I have checkedout the latest version of intellij idea, when I skim through the project structure and found the plugin source location.

intellij-community-idea-140.455/plugins

Once I build IDE binaries from source, and the run the IDE i just build. I found the maven plugin is already included, but I can find the other plugins such as
google-app-engine

How can include this so that when I build the IDE next time, and run it I get to use google-app-engine plugin.

0

The code in https://github.com/JetBrains/intellij-community/tree/master/plugins/google-app-engine is not the complete source code of the Google App Engine plugin; it's just the open-source portion of it. App Engine development is fully supported only in IntelliJ IDEA Ultimate.

0

Thanks for your reply, may be my example is tricky here. Any way google app engine is just an example here, what are the steps if we want to include a free plugin with idea build ?

0

If you use the standard run configuration to run IntelliJ IDEA Community Edition, it runs with all plugins included.

0

请先登录再写评论。