Skip to content

MeasureAuthoringTool/madie-qdm-elm-translation

This branch is up to date with develop.

Folders and files

NameName
Last commit message
Last commit date
Mar 22, 2024
Mar 3, 2022
Dec 1, 2024
Mar 22, 2024
Nov 23, 2022
Mar 3, 2022
Mar 9, 2022
Jun 23, 2022
Oct 18, 2023
Feb 20, 2024
Dec 17, 2024
Mar 14, 2022
May 26, 2023

Repository files navigation

cql-elm-translation

This is a Springboot application to translate CQL to ELM.

Translation service uses madie-rest-commons and madie-server-commons as dependencies, these artifacts are hosted on GitHub packages.

GitHub requires authentication before downloading artifacts, So Add GitHub credentials ( recommended to use GitHub Access Token ).

Add the following server in ./m2/settings.xml

  <servers>
    <server>
      <id>github</id>
      <username>Your Github UserName</username>
      <password>Your Github Access Token</password>
    </server>
  </servers>
</settings>

To build

mvn clean install