-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
455 lines (431 loc) · 16.8 KB
/
pom.xml
File metadata and controls
455 lines (431 loc) · 16.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<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">
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-common</artifactId>
<version>17</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-ogcapi-connectedsystems10</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ogcapi-connectedsystems10 Conformance Test Suite</name>
<description>Executable Test Suite (ETS) for OGC API - Connected Systems Part 1 (OGC 23-001). Targets the OGC TeamEngine certification track. Sibling repository to csapi_compliance (developer pre-flight web app, frozen at v1.0).</description>
<url>https://github.com/Botts-Innovative-Research/ets-ogcapi-connectedsystems10</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
</license>
</licenses>
<organization>
<name>Botts Innovative Research, Inc.</name>
<url>https://www.botts-inc.com/</url>
</organization>
<scm>
<connection>scm:git:https://github.com/Botts-Innovative-Research/ets-ogcapi-connectedsystems10.git</connection>
<developerConnection>scm:git:git@github.com:Botts-Innovative-Research/ets-ogcapi-connectedsystems10.git</developerConnection>
<url>https://github.com/Botts-Innovative-Research/ets-ogcapi-connectedsystems10</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issue Tracker</system>
<url>https://github.com/Botts-Innovative-Research/ets-ogcapi-connectedsystems10/issues</url>
</issueManagement>
<developers>
<developer>
<name>Cameron Hunt</name>
<email>cameron.s.hunt@noble-hunt.com</email>
<organization>Botts Innovative Research, Inc.</organization>
<organizationUrl>https://www.botts-inc.com/</organizationUrl>
<timezone>America/New_York</timezone>
</developer>
</developers>
<properties>
<ets-code>ogcapi-connectedsystems10</ets-code>
<spec-version>1.0</spec-version>
<docker.teamengine.version>5.6.1</docker.teamengine.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Reproducible builds (Maven 3.6.2+ property approach) — ADR-004 C-5. -->
<project.build.outputTimestamp>2026-04-27T00:00:00Z</project.build.outputTimestamp>
<!--
Schema bundle provenance (ADR-002):
src/main/resources/schemas/ is a verbatim copy from the sibling repo
csapi_compliance@ab53658 (tagged v1.0-frozen), originally derived from
github.com/opengeospatial/ogcapi-connected-systems@${connected-systems-yaml.sha}.
The SHA below tracks the upstream OGC master at the schema-copy time
(2026-04-28). The actual bundled bytes were fetched by csapi_compliance/
scripts/fetch-schemas.ts on 2026-04-17, which did NOT pin the upstream
SHA in csapi_compliance's manifest.json (only generatedAt timestamp).
Treat this property as a forward-tracking marker for Sprint 2's
schema-refresh reconcile, NOT as a hash that authenticates the bundled
bytes. See ets-ogcapi-connectedsystems10/ops/server.md "Schema
provenance" for the full audit trail.
When the schema bundle is re-fetched, update this SHA in the same
commit so a future reviewer can re-derive bytes from upstream + SHA.
-->
<connected-systems-yaml.sha>3fd86c73e744b7e2faaf7f1c17366bfb9ff4cd6f</connected-systems-yaml.sha>
</properties>
<dependencies>
<!-- TeamEngine integration: SPI registration -->
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
</dependency>
<!-- Test framework: TestNG (declared by ets-common's depMgmt) -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<!-- HTTP DSL: REST Assured (auth, response capture) -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
</dependency>
<!-- OpenAPI 3.0 + JSON Schema validation (Sprint 2+, available now for shared utilities) -->
<dependency>
<groupId>com.reprezen.kaizen</groupId>
<artifactId>openapi-parser</artifactId>
</dependency>
<!-- JSON Schema draft 2020-12 validator for bundled Connected Systems schemas. -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.9</version>
</dependency>
<!-- Geometry types (used in feature/observation body validation) -->
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
</dependency>
<!-- CRS transformation -->
<dependency>
<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j</artifactId>
</dependency>
<!-- GeoJSON read/write -->
<dependency>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io-common</artifactId>
</dependency>
<!-- XML/Schematron/RelaxNG validators (org.opengis.cite.validation.*); managed by ets-common:17 -->
<dependency>
<groupId>org.opengis.cite</groupId>
<artifactId>schema-utils</artifactId>
</dependency>
<!-- Logging facade -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Logging backend (slf4j 2.x binding); not managed by ets-common:17, pin explicitly. -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.18</version>
</dependency>
<!-- Test-scoped deps inherited via ets-common's depMgmt -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<!-- Version inherited from ets-common:17 pluginManagement (3.10.1). ADR-004 C-1. -->
<configuration>
<docfilessubdirs>true</docfilessubdirs>
<show>package</show>
<!-- Removed <links> to http://testng.org/javadocs/ — the upstream package-list
is no longer served (returns 404), causing the javadoc build to fail when
the offline-link is mandatory. Removing the link does not affect generated
output beyond stripping cross-references to TestNG's API docs. -->
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>org.opengis.cite.ogcapiconnectedsystems10.TestNGController</mainClass>
</manifest>
</archive>
<descriptors>
<descriptor>${basedir}/src/assembly/deps.xml</descriptor>
<descriptor>${basedir}/src/assembly/ctl-scripts.xml</descriptor>
<descriptor>${basedir}/src/assembly/aio.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<!-- Version inherited from ets-common:17 pluginManagement (3.4.2). ADR-004 C-4. -->
<configuration>
<archive>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Title>${project.name}</Implementation-Title>
<!-- ADR-004 C-5 reproducibility: override the inherited Build-Time
(which uses ${maven.build.timestamp}, fresh per build) with the
pinned ${project.build.outputTimestamp} so two builds of the same
commit produce byte-identical jars. -->
<Build-Time>${project.build.outputTimestamp}</Build-Time>
<Build-Host>reproducible-build</Build-Host>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<!-- maven-site-plugin removed from default lifecycle (was bound to prepare-package
via the archetype's site-package execution). The archetype's pin of
asciidoctor-maven-plugin 1.5.7.1 fails on JDK 17 (JRuby NameError).
Per ADR-004 Group E-2: full mvn site / Asciidoc documentation is a Sprint 3+
deliverable. To run site generation explicitly, invoke `mvn site` directly
(it will use the version inherited from ets-common:17 pluginManagement). -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>1.1</version>
<configuration>
<scmBranch>gh-pages</scmBranch>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--
Sprint 8 S-ETS-08-01 Wedge 5 (REQ-ETS-CLEANUP-019, Quinn W3 Sprint 7 close):
spring-javaformat-maven-plugin version explicitly pinned to 0.0.43. The
version is currently inherited transitively from ets-common:17 (parent POM),
which also pins 0.0.43. We pin it locally as defense-in-depth so a future
parent-POM bump does not silently change formatter rules. Sprint 7
demonstrated that this exact version accepts the two-line `if (true)` /
`throw new AssertionError(...)` sabotage marker shape (sister commit
94a4971); a future version with different `if`-without-block formatter
rules could break the sabotage marker injection in
scripts/sabotage-test.sh. Bump only after re-running
`scripts/sabotage-test.sh` (target=systemfeatures) from a /tmp clone and
verifying the cascade XML is still produced. The literal CLI flag is
intentionally avoided in this comment because XML 1.0 §2.5 forbids
double-dash sequences inside comment content.
-->
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.43</version>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.28.0</version>
<configuration>
<images>
<image>
<name>ogccite/${project.artifactId}</name>
<build>
<dockerFileDir>${project.basedir}/src/docker</dockerFileDir>
<tags>
<tag>${project.version}-teamengine-${docker.teamengine.version}</tag>
</tags>
<assembly>
<inline>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<outputDirectory>.</outputDirectory>
<includes>
<include>dependency/*teamengine-*.war</include>
<include>dependency/*teamengine-*.zip</include>
<include>*ets-*.zip</include>
</includes>
</fileSet>
</fileSets>
</inline>
</assembly>
</build>
<run>
<ports>
<port>8081:8080</port>
</ports>
<wait>
<http>
<url>http://localhost:8081/teamengine</url>
</http>
<time>120000</time>
</wait>
</run>
</image>
</images>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-web</artifactId>
<version>${docker.teamengine.version}</version>
<type>war</type>
</artifactItem>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-web</artifactId>
<version>${docker.teamengine.version}</version>
<classifier>common-libs</classifier>
<type>zip</type>
</artifactItem>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-console</artifactId>
<version>${docker.teamengine.version}</version>
<classifier>base</classifier>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>integration-tests</id>
<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>docker</id>
<build>
<plugins>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>build</id>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push</id>
<goals>
<goal>push</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>copy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Enable if GPG 2.1+ is used -->
<!--<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>-->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<site>
<id>site</id>
<url>scm:git:git@github.com:Botts-Innovative-Research/ets-ogcapi-connectedsystems10.git</url>
</site>
</distributionManagement>
</project>