Mentions légales du service

Skip to content
Snippets Groups Projects
pom.xml 1.32 KiB
Newer Older
<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/maven-v4_0_0.xsd">

    <parent>
        <artifactId>gazelle-objects-checker</artifactId>
        <groupId>net.ihe.gazelle</groupId>
        <version>3.0.5</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>net.ihe.gazelle</groupId>
    <artifactId>goc-tests</artifactId>
    <name>GOC Tests</name>
    <version>3.0.5</version>

    <packaging>pom</packaging>

    <modules>
        <module>goc-annotations</module>
        <module>goc-tests-runner</module>
    </modules>

    <organization>
        <name>IHE-Europe</name>
        <url>https://ihe-europe.net/</url>
    </organization>
    <description>
        This module defines System Tests for Gazelle Objects Checker based on a prototyping BBR
    </description>
    <issueManagement>
        <system>JIRA</system>
        <url>https://gazelle.ihe.net/jira/projects/GOC</url>
    </issueManagement>

    <inceptionYear>2021</inceptionYear>

    <developers>
        <developer>
            <name>Achraf Achkari</name>
            <email>achraf.achkari-begdouri@kereval.com</email>
        </developer>
    </developers>



</project>