I am trying to download the source of an IntelliJ IDEA Plugin (for JBehave integration) from a github repo, and basically build it into a jar, which I can distribute to my team (which they can then drop into their plugin directory for installation). What I have done so far:
- configured the IDEA SDK (I downloaded the source for latest version of the community edition and built it)
- Downloaded the source from the repo via zip, as well as git clone
- Created the project from scratch, as well as trying to "Import"
- Ran
mvn install
in the command line, ran "Make Project" - Then I looked for the command (according to this tutorial) to
Build | Prepare Plugin Module for Deployment.
As you can see, the command is not there.
What am I doing wrong? I have tried fiddling with the project/module settings ad nauseum and I feel like I'm getting nowhere.