Skip to content

opengeospatial/ets-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.