A Simple maven build parent that configures and customizes builds for all child modules. This can be used by any project that would like to inherit these build configurations. This includes a number of the compiling, code quality, code style, and plugin configurations of Tinkar and related HL7 projects.
The output of this project is solely a pom file and is distributed via standard Maven release procedures.
Automation/Devops Team
Required for running this:
- Download and install Open JDK Java 21
- Download and install Apache Maven 3.9.8 or later
- Download and install Git
Follow the steps below to build and run Komet on your local machine:
-
Clone the repository from GitHub to your local machine
-
Change local directory to cloned repo location
-
Enter the following command to build the application:
Unix/Linux/OSX:
./mvnw clean install
Windows:
./mvnw.cmd clean install
Technical and non-technical issues can be reported to the Issue Tracker.
Contributions can be submitted via pull requests. Please check the contribution guide for more details.