ehealthplatformstandards / laboResultVisualization

1 stars 5 forks source link

Remove dependency to taktik maven repository #22

Closed bdc-ehealth closed 1 year ago

bdc-ehealth commented 1 year ago

Create maven repository on github (using github pages)

bdc-ehealth commented 1 year ago

add this settings.xml to ~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>github</id>
      <user>ehealthplatformstandards</user>
      <password>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</password>
    </server>
  </servers>
</settings>
bdc-ehealth commented 1 year ago

@jmp-ehealth , @ec-ehealth,

I created an mvn repository for the build on github, instead of the taktik maven repository. The public address of the repository is: https://ehealthplatformstandards.github.io/laboResultVisualization/ . There is a reference to this in the laboResultVisualizationAPI gradle build file.