1 Reply Latest reply on Nov 14, 2014 1:16 PM by gastaldi

    Intellij idea plugin

    vrushti_j

      I stuck up in Intellij idea plugin. How to build a plugin with mvn package? I followed readme instructions of github: https://github.com/forge/intellij-idea-plugin

        • 1. Re: Intellij idea plugin
          gastaldi

          Hi Vrushti,

           

          To build the intellij plugin, you need first to install the libs using the install-libs.sh script, as the IntelliJ libs are not available on Maven central. Then you should be able to run mvn package to generate the plugin.

          However, if you want to use Forge inside IntelliJ, just install it directly via the Plugin Manager inside IntellIJ