Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

IntelliJ Setup

Micah Silverman edited this page Mar 9, 2016 · 13 revisions

This guide walks you through setting up the stormpath-sdk-java project in IntelliJ

Everything shown below is the one-time process required to get the project setup

  1. Clone the project

  2. Fire up IntelliJ (stock community edition shown)

  3. Configure the GMavenPlus plugin

    We recently switched away from the gmaven-plugin as it has not had a new release since 2013. The GMavenPlus plugin is under active development.

    However, IntelliJ supports the gmaven-plugin as a default plugin. GMavenPlus must be installed manually.

    1. Open the plugins from the main IntelliJ screen

    2. Click the Browse repositories... button at the bottom of the window.

    3. Type gmaven in the search field at the top and click the Install button for GMavenPlus.

    4. Click the Restart Intellij IDEA button

    5. Click the Restart button