From 0de1e164e1da271c616ddabe8b1216e7c366e7fd Mon Sep 17 00:00:00 2001 From: Bennet Schulz Date: Thu, 18 May 2017 16:04:46 +0200 Subject: [PATCH] ARTEMIS-1174 Update Hacking Guide Documentation: IDE Integration the IntelliJ import wizard doesn't contain a sentence like:"Select "Import from existing model". This should be changed to "import project from external model" to be conform and the IntelliJ IDEA version should be updated, too. --- docs/hacking-guide/en/ide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hacking-guide/en/ide.md b/docs/hacking-guide/en/ide.md index 3831c78515..811ab028ca 100644 --- a/docs/hacking-guide/en/ide.md +++ b/docs/hacking-guide/en/ide.md @@ -9,13 +9,13 @@ There a few files useful for IDE integration under ./etc/ide-settings on a check ### Importing the Project The following steps show how to import ActiveMQ Artemis source into IntelliJ IDEA and setup the correct maven profile to allow -running of JUnit tests from within the IDE. (Steps are based on version: 13.1.4) +running of JUnit tests from within the IDE. (Steps are based on version: 2017.1.2) * File --> Import Project --> Select the root directory of the ActiveMQ Artemis source folder. --> Click OK This should open the import project wizard. From here: -* Select "Import from existing model" toggle box, then select Maven from the list box below. Click Next. +* Select "Import project from external model" toggle box, then select Maven from the list box below. Click Next. * Leave the defaults set on this page and click next. * On the "Select profiles page", select the checkbox next to "dev" and click next. * From here the default settings should suffice. Continue through the wizard, clicking next until the wizard is complete.