Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3a54bff5 authored by romuald dubourg's avatar romuald dubourg
Browse files

[Init] First Commit

parent 5c5d85a4
No related branches found
No related tags found
No related merge requests found
nist.fhir.toolkit.endpoint=http://localhost:7080/fhir
activate.http.validator=false
http.validation.name=CH-ITI-78-Patient-Mobile Patient Demographics Query-ValidationProfile
http.validation.schematron.name=a
activate.fhir.validator=false
fhir.validation.name=a
fhir.validation.schematron.name=a
pom.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>gazelle.ihe.net</groupId>
<artifactId>mhd-fhir-simulators</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MHD FHIR Server Simulator</name>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>mhd-fhir-server-simulator</module>
</modules>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<!-- server configuration for releases -->
<server>
<id>nexus-releases</id>
<username>${ARTIFACT_RELEASE_REPOSITORY_USER}</username>
<password>${ARTIFACT_RELEASE_REPOSITORY_PASS}</password>
</server>
<!-- server configuration for snapshot publishes -->
<server>
<id>nexus-snapshots</id>
<username>${ARTIFACT_RELEASE_REPOSITORY_USER}</username>
<password>${ARTIFACT_RELEASE_REPOSITORY_PASS}</password>
</server>
</servers>
</settings>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment