dev.ikm.jpms:antlr4-runtime

The General Parent that helps to define the build processes that should be used across projects, regardless of. Package type. This is versioned and if you want to use a different version of the pom, you can simply change the parent version and it will adjust all of the properties being used throughout, as the properties and plugins will be inherited by subprojects.


License
Apache-2.0

Documentation

Build Parent

SonarCloud Security Rating Coverage

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.

Team Ownership - Product Owner

Automation/Devops Team

Getting Started

Required for running this:

  1. Download and install Open JDK Java 21
  2. Download and install Apache Maven 3.9.8 or later
  3. Download and install Git

Building and Running

Follow the steps below to build and run Komet on your local machine:

  1. Clone the repository from GitHub to your local machine

  2. Change local directory to cloned repo location

  3. Enter the following command to build the application:

Unix/Linux/OSX:

./mvnw clean install

Windows:

./mvnw.cmd clean install

Issues and Contributions

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.