From df6030fe12b8030b022b1c95df5e117e034b12f8 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Thu, 12 Aug 2021 17:45:27 +0000 Subject: [PATCH] GitBook: [main] 66 pages modified --- .../developer/build-code-run-tests.md | 7 +++---- .../developer/run-integration-tests.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/open-source-community/developer/build-code-run-tests.md b/docs/open-source-community/developer/build-code-run-tests.md index bdca53d87de..8feee616af8 100644 --- a/docs/open-source-community/developer/build-code-run-tests.md +++ b/docs/open-source-community/developer/build-code-run-tests.md @@ -2,7 +2,7 @@ ## Prerequisites -Firt of all you need to make sure you are using maven 3.5.x or higher and JDK 11 or higher. +First of all you need to make sure you are using maven 3.5.x or higher and JDK 11 or higher. ## Building @@ -28,10 +28,9 @@ The binaries will be created at: ```text dist/target/open-metadata-.pom dist/target/open-metadata-.tar.gz -dist/target/open-metadata-.zip ``` -## Run instance through Intellij +## Run instance through IntelliJ IDEA 1. Add new Run/Debug configuration like below screenshot. @@ -40,7 +39,7 @@ dist/target/open-metadata-.zip ## Coding Style 1. [Refer to coding guidelines](https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/coding-style.md) -2. Configure Intellij to disable the \[wild-card imports\] +2. Configure IntelliJ to disable the \[wild-card imports\] \([https://www.jetbrains.com/help/idea/creating-and-optimizing-imports.html\#disable-wildcard-imports](https://www.jetbrains.com/help/idea/creating-and-optimizing-imports.html#disable-wildcard-imports)\) diff --git a/docs/open-source-community/developer/run-integration-tests.md b/docs/open-source-community/developer/run-integration-tests.md index c48e29d4426..fd885069585 100644 --- a/docs/open-source-community/developer/run-integration-tests.md +++ b/docs/open-source-community/developer/run-integration-tests.md @@ -1,7 +1,7 @@ # Run Integration Tests {% hint style="info" %} -Make sure openmetadata is up and running +Make sure OpenMetadata is up and running {% endhint %} ## Run MySQL test