mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-05 08:05:28 +00:00

* changed catalog to openmetadata in all the docs * changed README.md Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
1.3 KiB
1.3 KiB
Build the code & run tests
Prerequisites
Firt of all you need to make sure you are using maven 3.5.x or higher and JDK 11 or higher.
Building
The following commands must be run from the top-level directory.
mvn clean install
If you wish to skip the unit tests you can do this by adding -DskipTests
to the command line.
Create a distribution packaging
You can create a distribution as follows.
$ mvn clean install
# Create the binary distribution.
$ cd dist && mvn package
The binaries will be created at:
dist/target/open-metadata-<version>.pom
dist/target/open-metadata-<version>.tar.gz
dist/target/open-metadata-<version>.zip
Run instance through Intellij
Coding Style
-
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)