Common ETS POM

Top-level POM for OGC conformance test suite projects.

License

License

GroupId

GroupId

org.opengis.cite
ArtifactId

ArtifactId

ets-common
Last Version

Last Version

9
Release Date

Release Date

Type

Type

pom
Description

Description

Common ETS POM
Top-level POM for OGC conformance test suite projects.
Project URL

Project URL

http://cite.opengeospatial.org/
Project Organization

Project Organization

Open Geospatial Consortium
Source Code Management

Source Code Management

https://github.com/opengeospatial/ets-common

Download ets-common

Filename Size
ets-common-9.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.opengis.cite/ets-common/ -->
<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-common</artifactId>
    <version>9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite/ets-common/
implementation 'org.opengis.cite:ets-common:9'
// https://jarcasting.com/artifacts/org.opengis.cite/ets-common/
implementation ("org.opengis.cite:ets-common:9")
'org.opengis.cite:ets-common:pom:9'
<dependency org="org.opengis.cite" name="ets-common" rev="9">
  <artifact name="ets-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite', module='ets-common', version='9')
)
libraryDependencies += "org.opengis.cite" % "ets-common" % "9"
[org.opengis.cite/ets-common "9"]

Dependencies

test (1)

Group / Artifact Type Version
com.google.inject : guice jar 4.0

Project Modules

There are no modules declared in this project.

Common ETS POM

Purpose

This is the top-level POM for the conformance test suites developed as part of the OGC Compliance Program. Each project implements an executable test suite (ETS) that can be run using a test harness such as TestNG.

Usage

An ETS project refers to the common POM as shown below.

<project xmlns="http://maven.apache.org/POM/4.0.0">
  <parent>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-common</artifactId>
    <version>9</version>
  </parent>
  <!-- remaining POM elements -->
</project>

Any ETS project generated from the ets-archetype-testng archetype will include such a reference. Inherited elements may be overridden if desired.

org.opengis.cite

Open Geospatial Consortium

Versions

Version
9
8
7
6
5
4
3
2
1