<?xml version="1.0" encoding="UTF-8"?>

<!--
  Licensed under the European Space Agency Public License, Version 2.0
  You may not use this file except in compliance with the License.

  Except as expressly set forth in this License, the Software is provided to
  You on an "as is" basis and without warranties of any kind, including without
  limitation merchantability, fitness for a particular purpose, absence of
  defects or errors, accuracy or non-infringement of intellectual property rights.

  See the License for the specific language governing permissions and limitations under the License.
-->

<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>

    <parent>
        <groupId>int.esa.ccsds.mo</groupId>
        <artifactId>POM</artifactId>
        <version>8.1</version>
        <relativePath>parent/pom.xml</relativePath>
    </parent>

    <groupId>int.esa.ccsds.mo</groupId>
    <artifactId>mo-services-reactor</artifactId>
    <name>ESA CCSDS MO services - Reactor</name>

    <packaging>pom</packaging>
    <description>Maven Reactor for MO services</description>

    <organization>
        <name>ESA</name>
        <url>http://www.esa.int</url>
    </organization>

    <licenses>
        <license>
            <name>The European Space Agency Public License, Version 2.0</name>
            <url>https://raw.github.com/esa/nanosat-mo-framework/master/LICENCE.md</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <properties>
        <maven.deploy.skip>true</maven.deploy.skip>
    </properties>

    <modules>
        <module>parent</module>
        <module>stub-generator</module>
        <module>apis</module>
        <module>mal-impl</module>
        <module>bindings</module>
        <module>providers-consumers</module>
        <module>support-libs</module>
        <!-- <module>testbeds</module>  -->
    </modules>
</project>