16
16
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
17
17
18
18
-->
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
-
19
+ <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" >
23
20
<modelVersion >4.0.0</modelVersion >
24
-
25
21
<parent >
26
22
<groupId >org.eclipse.ee4j</groupId >
27
23
<artifactId >project</artifactId >
28
24
<version >1.0.7</version >
29
25
<relativePath />
30
26
</parent >
31
-
32
27
<groupId >jakarta.json</groupId >
33
28
<artifactId >jakarta.json-tck-impl</artifactId >
34
29
<version >${project.version} </version >
35
30
<packaging >pom</packaging >
36
-
37
31
<properties >
38
32
<!-- Vendor Implementation (VI) -->
39
33
<jsonp-api .groupId>jakarta.json</jsonp-api .groupId>
40
34
<jsonp-api .artifactId>jakarta.json-api</jsonp-api .artifactId>
41
35
<jsonp-api .version>2.1.0</jsonp-api .version>
42
-
43
36
<!-- Compatible Implementation (CI) -->
44
37
<jsonp-impl .groupId>org.eclipse.parsson</jsonp-impl .groupId>
45
38
<jsonp-impl .artifactId>parsson</jsonp-impl .artifactId>
46
39
<jsonp-impl .version>1.1.0</jsonp-impl .version>
47
-
48
40
<!-- TCK -->
49
41
<jakarta .json-tck.version>${project.version} </jakarta .json-tck.version>
50
-
51
42
<!-- properties -->
52
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53
44
<jimage .dir>\${project.build.directory} /jdk-bundle</jimage .dir>
54
-
55
45
<!-- !!! DO NOT EDIT !!! -->
56
46
<jakarta .json-api.version>2.1.0</jakarta .json-api.version>
57
47
<impl .alltests>true</impl .alltests>
58
48
</properties >
59
-
60
49
<dependencyManagement >
61
50
<dependencies >
62
51
<dependency >
68
57
</dependency >
69
58
</dependencies >
70
59
</dependencyManagement >
71
-
72
60
<modules >
73
61
<module >tck-tests</module >
74
62
<module >tck-tests-pluggability</module >
75
63
</modules >
76
-
77
64
<dependencies >
78
65
<dependency >
79
66
<groupId >\${jsonp-api.groupId} </groupId >
92
79
<scope >test</scope >
93
80
</dependency >
94
81
</dependencies >
95
-
96
82
<build >
97
83
<defaultGoal >verify</defaultGoal >
98
84
<pluginManagement >
120
106
<artifactId >maven-surefire-plugin</artifactId >
121
107
<version >3.0.0-M5</version >
122
108
<configuration >
109
+ <useModulePath >false</useModulePath >
123
110
<trimStackTrace >false</trimStackTrace >
124
111
<failIfNoTests >\${impl.alltests} </failIfNoTests >
125
112
<forkCount >1</forkCount >
126
113
<reuseForks >false</reuseForks >
127
114
<systemPropertyVariables >
128
115
<jimage .dir>\${jimage.dir} </jimage .dir>
129
- <signature .sigTestClasspath>
130
- \${project.build.directory} /signaturedirectory/jakarta.json-api.jar:\${jimage.dir} /java.base:\${jimage.dir} /java.rmi:\${jimage.dir} /java.sql:\${jimage.dir} /java.naming
116
+ <signature .sigTestClasspath>\${project.build.directory} /signaturedirectory/jakarta.json-api.jar:\${jimage.dir} /java.base:\${jimage.dir} /java.rmi:\${jimage.dir} /java.sql:\${jimage.dir} /java.naming
131
117
</signature .sigTestClasspath>
132
118
</systemPropertyVariables >
133
119
</configuration >
134
120
</plugin >
135
121
</plugins >
136
122
</pluginManagement >
137
123
</build >
138
-
139
124
<profiles >
140
125
<profile >
141
126
<id >single-test</id >
149
134
</properties >
150
135
</profile >
151
136
</profiles >
152
- </project >
137
+ </project >
0 commit comments