API_MC_TEST
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>API_MC_TEST</artifactId>
<version>8.2</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>POM</artifactId>
<version>8.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>API_MC_TEST</artifactId>
<version>8.2</version>
<packaging>jar</packaging>
<name>ESA TEST MC Java API</name>
<description>The CCSDS MC test bed API</description>
<url>http://www.esa.int</url>
<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/CCSDS_MO_APIS/master/LICENCE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:esa/mo-services-java.git</connection>
<developerConnection>scm:git:git@github.com:esa/mo-services-java.git</developerConnection>
<url>https://github.com/esa/mo-services-java</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/esa/mo-services-java/issues</url>
</issueManagement>
<developers>
<developer>
<id>SamCooper</id>
<name>Sam Cooper</name>
<email>sam@brightascension.com</email>
<url>https://github.com/SamCooper</url>
</developer>
</developers>
<properties>
<ccsds.specification.download.skip>false</ccsds.specification.download.skip>
<ccsds.specification.download.artifact>xml-tests</ccsds.specification.download.artifact>
<ccsds.specification.download.version>${extra.specification.version}</ccsds.specification.download.version>
<ccsds.specification.download.filter>**/MCPrototype.xml</ccsds.specification.download.filter>
<ccsds.specification.download.ref-skip>false</ccsds.specification.download.ref-skip>
<ccsds.specification.download.ref-filter>**/area001-v001-MAL.xml, **/area002-v001-COM.xml, **/area004-v001-Monitor-and-Control.xml</ccsds.specification.download.ref-filter>
</properties>
<dependencies>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>API_MAL</artifactId>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>API_COM</artifactId>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>API_MC</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}/..</directory>
<includes>
<include>LICENCE.md</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>StubGenerator</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>