File tree 5 files changed +0
-164
lines changed
5 files changed +0
-164
lines changed Original file line number Diff line number Diff line change 310
310
</compilerArgs >
311
311
</configuration >
312
312
</plugin >
313
- <plugin >
314
- <artifactId >maven-surefire-plugin</artifactId >
315
- <version >${surefire.failsafe.version} </version >
316
- <configuration >
317
- <!-- <groups>fast</groups>-->
318
- <excludedGroups >slow</excludedGroups >
319
- <properties >
320
- <!--
321
- <configurationParameters>
322
- junit.jupiter.conditions.deactivate = *
323
- </configurationParameters>
324
- -->
325
- </properties >
326
- </configuration >
327
- </plugin >
328
313
<plugin >
329
314
<groupId >org.apache.maven.plugins</groupId >
330
315
<artifactId >maven-shade-plugin</artifactId >
441
426
</plugin >
442
427
</plugins >
443
428
</build >
444
- <profiles >
445
- <profile >
446
- <id >java17</id >
447
- <activation >
448
- <jdk >17</jdk >
449
- </activation >
450
- <build >
451
- <plugins >
452
- <plugin >
453
- <artifactId >maven-surefire-plugin</artifactId >
454
- <version >${surefire.failsafe.version} </version >
455
- <configuration >
456
- <argLine >--add-opens=java.base/java.nio=ALL-UNNAMED</argLine >
457
- <excludedGroups >slow</excludedGroups >
458
- <properties >
459
- </properties >
460
- </configuration >
461
- </plugin >
462
- </plugins >
463
- </build >
464
- </profile >
465
- </profiles >
466
429
</project >
Original file line number Diff line number Diff line change 134
134
</execution >
135
135
</executions >
136
136
</plugin >
137
- <plugin >
138
- <groupId >org.apache.maven.plugins</groupId >
139
- <artifactId >maven-surefire-plugin</artifactId >
140
- <version >${surefire.failsafe.version} </version >
141
- <configuration >
142
- <argLine >-Xmx4g</argLine >
143
- <excludes >
144
- <exclude >*IntegTest</exclude >
145
- </excludes >
146
- </configuration >
147
- </plugin >
148
137
</plugins >
149
138
</build >
150
- <profiles >
151
- <profile >
152
- <id >java17</id >
153
- <activation >
154
- <jdk >17</jdk >
155
- </activation >
156
- <build >
157
- <plugins >
158
- <plugin >
159
- <groupId >org.apache.maven.plugins</groupId >
160
- <artifactId >maven-surefire-plugin</artifactId >
161
- <version >${surefire.failsafe.version} </version >
162
- <configuration >
163
- <argLine >-Xmx4g --add-opens=java.base/java.nio=ALL-UNNAMED</argLine >
164
- <excludes >
165
- <exclude >*IntegTest</exclude >
166
- </excludes >
167
- </configuration >
168
- </plugin >
169
- </plugins >
170
- </build >
171
- </profile >
172
- </profiles >
173
139
</project >
Original file line number Diff line number Diff line change 163
163
</dependencies >
164
164
<build >
165
165
<plugins >
166
- <plugin >
167
- <groupId >org.apache.maven.plugins</groupId >
168
- <artifactId >maven-surefire-plugin</artifactId >
169
- <configuration >
170
- <environmentVariables >
171
- <publishing >${publishing} </publishing >
172
- </environmentVariables >
173
- </configuration >
174
- </plugin >
175
166
<plugin >
176
167
<groupId >org.apache.maven.plugins</groupId >
177
168
<artifactId >maven-shade-plugin</artifactId >
212
203
</plugin >
213
204
</plugins >
214
205
</build >
215
- <profiles >
216
- <profile >
217
- <id >java17</id >
218
- <activation >
219
- <jdk >17</jdk >
220
- </activation >
221
- <build >
222
- <plugins >
223
- <plugin >
224
- <groupId >org.apache.maven.plugins</groupId >
225
- <artifactId >maven-surefire-plugin</artifactId >
226
- <configuration >
227
- <argLine >--add-opens=java.base/java.nio=ALL-UNNAMED</argLine >
228
- <environmentVariables >
229
- <publishing >${publishing} </publishing >
230
- </environmentVariables >
231
- </configuration >
232
- </plugin >
233
- </plugins >
234
- </build >
235
- </profile >
236
- </profiles >
237
206
</project >
Original file line number Diff line number Diff line change 94
94
</dependencies >
95
95
<build >
96
96
<plugins >
97
- <plugin >
98
- <groupId >org.apache.maven.plugins</groupId >
99
- <artifactId >maven-surefire-plugin</artifactId >
100
- <configuration >
101
- <environmentVariables >
102
- <publishing >${publishing} </publishing >
103
- </environmentVariables >
104
- </configuration >
105
- </plugin >
106
97
<plugin >
107
98
<groupId >org.apache.maven.plugins</groupId >
108
99
<artifactId >maven-shade-plugin</artifactId >
143
134
</plugin >
144
135
</plugins >
145
136
</build >
146
- <profiles >
147
- <profile >
148
- <id >java17</id >
149
- <activation >
150
- <jdk >17</jdk >
151
- </activation >
152
- <build >
153
- <plugins >
154
- <plugin >
155
- <groupId >org.apache.maven.plugins</groupId >
156
- <artifactId >maven-surefire-plugin</artifactId >
157
- <configuration >
158
- <argLine >--add-opens=java.base/java.nio=ALL-UNNAMED</argLine >
159
- <environmentVariables >
160
- <publishing >${publishing} </publishing >
161
- </environmentVariables >
162
- </configuration >
163
- </plugin >
164
- </plugins >
165
- </build >
166
- </profile >
167
- </profiles >
168
137
</project >
Original file line number Diff line number Diff line change 85
85
</dependencies >
86
86
<build >
87
87
<plugins >
88
- <plugin >
89
- <groupId >org.apache.maven.plugins</groupId >
90
- <artifactId >maven-surefire-plugin</artifactId >
91
- <configuration >
92
- <environmentVariables >
93
- <publishing >${publishing} </publishing >
94
- </environmentVariables >
95
- </configuration >
96
- </plugin >
97
88
<plugin >
98
89
<groupId >org.apache.maven.plugins</groupId >
99
90
<artifactId >maven-shade-plugin</artifactId >
141
132
</plugin >
142
133
</plugins >
143
134
</build >
144
- <profiles >
145
- <profile >
146
- <id >java17</id >
147
- <activation >
148
- <jdk >17</jdk >
149
- </activation >
150
- <build >
151
- <plugins >
152
- <plugin >
153
- <groupId >org.apache.maven.plugins</groupId >
154
- <artifactId >maven-surefire-plugin</artifactId >
155
- <configuration >
156
- <argLine >--add-opens=java.base/java.nio=ALL-UNNAMED</argLine >
157
- <environmentVariables >
158
- <publishing >${publishing} </publishing >
159
- </environmentVariables >
160
- </configuration >
161
- </plugin >
162
- </plugins >
163
- </build >
164
- </profile >
165
- </profiles >
166
135
</project >
You can’t perform that action at this time.
0 commit comments