This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 9a4c1bc Updating readme
9a4c1bc is described below
commit 9a4c1bc9b343826d6dc6c75af5cb0f74e7e77480
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Tue Mar 12 23:01:10 2019 -0400
Updating readme
---
modules/ide-integration/README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/modules/ide-integration/README.md
b/modules/ide-integration/README.md
index 2c92cad..f56a54d 100644
--- a/modules/ide-integration/README.md
+++ b/modules/ide-integration/README.md
@@ -10,6 +10,8 @@ Using this module, you can setup a full Airavata installation
inside Intelij IDE
* InteliJ IDEA with Java 8 installed
https://www.jetbrains.com/idea/download/#section=mac
+* Maven
+
* Git
* python3
@@ -29,7 +31,11 @@ Using this module, you can setup a full Airavata
installation inside Intelij IDE
```
git checkout develop
```
+* Build the develop branch using Maven
+ ```
+ mvn clean install -DskipTests
+ ```
* Open the project using InteliJ IDEA
* Browse to modules -> ide-integration module