File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 284284 </build >
285285 </profile >
286286
287- <!-- Used to build Java 11+ -->
288- <profile >
289- <id >java17</id >
290- <activation >
291- <jdk >17</jdk >
292- </activation >
293- <properties >
294- <java .version>17</java .version>
295- <source .level>17</source .level>
296- <maven .compiler.source>17</maven .compiler.source>
297- <maven .compiler.target>17</maven .compiler.target>
298- <maven .compiler.release>17</maven .compiler.release>
299- <jaxb .version>2.2.11</jaxb .version>
300- <java-activation .version>1.1.1</java-activation .version>
301- <javax-annotation-api >1.3.2</javax-annotation-api >
302- </properties >
303- <build >
304- <plugins >
305- <plugin >
306- <groupId >org.apache.maven.plugins</groupId >
307- <artifactId >maven-enforcer-plugin</artifactId >
308- <executions >
309- <execution >
310- <id >enforce-maven-version</id >
311- <goals >
312- <goal >enforce</goal >
313- </goals >
314- <configuration >
315- <rules >
316- <requireJavaVersion >
317- <version >17</version >
318- </requireJavaVersion >
319- </rules >
320- </configuration >
321- </execution >
322- </executions >
323- </plugin >
324- <plugin >
325- <groupId >org.apache.maven.plugins</groupId >
326- <artifactId >maven-javadoc-plugin</artifactId >
327- <configuration >
328- <source >17</source >
329- <detectJavaApiLink >false</detectJavaApiLink >
330- </configuration >
331- </plugin >
332- </plugins >
333- </build >
334-
335- </profile >
336-
337287 <!--
338288 Profile to be run before a release is executed, currently does the following:
339289
You can’t perform that action at this time.
0 commit comments