Maven Central: org.opengis.cite.teamengine:teamengine-spi-ctl:5.5
teamengine-spi-ctl
pkg:maven/org.opengis.cite.teamengine/teamengine-spi-ctl@5.5
Overview
Description
Enables the execution of legacy CTL (OGC Compliance Test language) test suites using a RESTful API.
Snippets
Copy to clipboard
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi-ctl</artifactId>
<version>5.5</version>
</dependency>
Maven POM File
Copy to clipboard
<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>org.opengis.cite</groupId>
<artifactId>teamengine</artifactId>
<version>5.5</version>
</parent>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi-ctl</artifactId>
<packaging>jar</packaging>
<name>TEAM Engine - CTL Test Suite Providers</name>
<description>
Enables the execution of legacy CTL (OGC Compliance Test language) test suites
using a RESTful API.
</description>
<developers>
<developer>
<name>R. Martell</name>
<url>https://github.com/rjmartell</url>
<timezone>Canada/Pacific</timezone>
</developer>
<developer>
<name>Keshav Nangare</name>
<url>https://github.com/keshav-nangare</url>
<timezone>Asia/Kolkata</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>teamengine-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>teamengine-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>
Metadata
Age: 4 years ago
Licenses:
- Apache License, Version 2.0
Organization
External Resources
Known Contributors
Tanvi Shah, Keshav Nangare, Paul Daisey, Chuck Heazel, Sumit Sen, Andreas Schmitz, Chuck Morris, Upendra Sachan, Andrea Aime, R. Martell, Luis Bermudez