Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

IntelliJ Setup

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

This guide walks you through setting up the stormpath-framework-tck 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

  4. Click Open and select the pom.xml file from the stormpath-framework-tck folder. Click the OK button

  5. Confirm that project folders are identified properly by IntelliJ

    When you expand the src folder, test/groovy should be colored green, which indicates that IntelliJ has recognized that it's test code.

Clone this wiki locally