From 9707172bd2be2c915a58a54215d41a46346b9526 Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Tue, 30 Oct 2018 12:23:42 +0100 Subject: [PATCH] Tweaking README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ceabb1b58..a7200a625 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,14 @@ To compile and run jetty, install Maven 3 and execute: * git clone https://github.com/OpenBankProject/OBP-API.git -* In IntelliJ IDEA do File -> New -> Project from existing sources +* In IntelliJ IDEA do File -> New -> Project from existing sources, navigate to the folder and select pom.xml * Alternatively you can do File -> New -> Project from VCS and checkout the project directly from github. * When / if prompted for SDK, choose Java 1.8 (and Scala 2.11) otherwise keep the defaults. Use the Maven options. Do not change the project name etc. +* If you see a message about an unmanaged pom.xml, click the option to let Maven manage it. + * Navigate to test/scala/code/RunWebApp. You may see a Setup Scala SDK link. Click this and check Scala 2.11.8 or so. * In src/main/resources/props create a test.default.props for tests. Set connector=mapped