Minor: Updated the IntelliJ Dependency For Openmetadata-UI (#16179)

This commit is contained in:
Prajwal214 2024-05-09 16:59:09 +05:30 committed by GitHub
parent 43c205ae00
commit 78a53f2a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -103,6 +103,16 @@ In that list look for "jersey-client:2.25.1"
Select it and click "OK".
Click on Module Dependency
{% image src="/images/v1.3/developers/contribute/build-code-and-run-tests/intellij-library.png" alt="Click on Library" caption=" " /%}
In that list look for "openmetadata-ui"
{% image src="/images/v1.3/developers/contribute/build-code-and-run-tests/intellij-Openmetadata-UI.png" alt="Add openmetadata-ui dependency" caption=" " /%}
Select it and click "OK".
We also need to set the folder generated-resources in some modules target folder as “source” folder. IntelliJ IDEA mark target folder as "excluded" by default, we could change it in the module setting. The openmetadata-spec and openmetadata-java-client modules have generated code, need to be changed.
Now run/debug the application.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 420 KiB