File tree 1 file changed +2
-25
lines changed
1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 97
97
<extension .name>jakarta.annotation</extension .name>
98
98
<vendor .name>Eclipse Foundation</vendor .name>
99
99
<implementation .vendor.id>org.glassfish</implementation .vendor.id>
100
+
101
+ <maven .compiler.release>21</maven .compiler.release>
100
102
</properties >
101
103
102
104
<build >
195
197
<!-- check that year is correct -->
196
198
<ignoreYear >${copyright.ignoreyear} </ignoreYear >
197
199
</configuration >
198
- <executions >
199
- <execution >
200
- <phase >validate</phase >
201
- <goals >
202
- <goal >check</goal >
203
- </goals >
204
- </execution >
205
- </executions >
206
200
</plugin >
207
201
<plugin >
208
202
<groupId >org.codehaus.mojo</groupId >
233
227
<groupId >org.apache.maven.plugins</groupId >
234
228
<artifactId >maven-compiler-plugin</artifactId >
235
229
<configuration >
236
- <release >9</release >
237
230
<compilerArgs >
238
231
<arg >-Xlint:all</arg >
239
232
</compilerArgs >
240
233
</configuration >
241
- <executions >
242
- <execution >
243
- <id >base-compile</id >
244
- <goals >
245
- <goal >compile</goal >
246
- </goals >
247
- <configuration >
248
- <release >8</release >
249
- <excludes >
250
- <exclude >module-info.java</exclude >
251
- </excludes >
252
- </configuration >
253
- </execution >
254
- </executions >
255
234
</plugin >
256
235
<plugin >
257
236
<groupId >org.glassfish.build</groupId >
340
319
<addDefaultEntries >false</addDefaultEntries >
341
320
</manifest >
342
321
</archive >
343
- <release >11</release >
344
322
<additionalOptions >--add-modules java.sql</additionalOptions >
345
323
<notimestamp >true</notimestamp >
346
324
<nosince >true</nosince >
359
337
<configuration >
360
338
<skip >${spotbugs.skip} </skip >
361
339
<threshold >${spotbugs.threshold} </threshold >
362
- <findbugsXmlWithMessages >true</findbugsXmlWithMessages >
363
340
<fork >true</fork >
364
341
</configuration >
365
342
</plugin >
You can’t perform that action at this time.
0 commit comments