File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
demos/customprovider-jdk9 Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 65
65
<br>Comments to : [email protected]
66
66
]]>
67
67
</bottom >
68
- <links >
69
- <link >http://docs.oracle.com/javase/8/docs/api/</link >
70
- </links >
71
68
</configuration >
72
69
73
70
<executions >
Original file line number Diff line number Diff line change 52
52
<plugin >
53
53
<groupId >org.apache.maven.plugins</groupId >
54
54
<artifactId >maven-surefire-plugin</artifactId >
55
- <version >2.20</version >
56
55
<executions >
57
56
<execution >
58
57
<goals >
Original file line number Diff line number Diff line change 79
79
<new_impl_version >1.2.0</new_impl_version >
80
80
<non .final>false</non .final>
81
81
<legal .doc.source>${maven.multiModuleProjectDirectory} </legal .doc.source>
82
+ <javadoc .link.jdk>http://docs.oracle.com/javase/8/docs/api</javadoc .link.jdk>
82
83
</properties >
83
84
84
85
<build >
178
179
<groupId >org.apache.maven.plugins</groupId >
179
180
<artifactId >maven-javadoc-plugin</artifactId >
180
181
<version >3.0.1</version >
182
+ <configuration >
183
+ <detectJavaApiLink >false</detectJavaApiLink >
184
+ <links >
185
+ <link >${javadoc.link.jdk} </link >
186
+ </links >
187
+ </configuration >
181
188
</plugin >
182
189
<plugin >
183
190
<groupId >org.apache.maven.plugins</groupId >
366
373
<groupId >org.apache.maven.plugins</groupId >
367
374
<artifactId >maven-compiler-plugin</artifactId >
368
375
<configuration >
376
+ <source >8</source >
369
377
<release >8</release >
370
378
</configuration >
371
379
<executions >
431
439
</modules >
432
440
</profile >
433
441
442
+ <profile >
443
+ <id >jdk11-setup</id >
444
+ <activation >
445
+ <jdk >[11,)</jdk >
446
+ </activation >
447
+ <properties >
448
+ <javadoc .link.jdk>https://docs.oracle.com/en/java/javase/11/docs/api</javadoc .link.jdk>
449
+ </properties >
450
+ </profile >
451
+
434
452
<profile >
435
453
<id >all</id >
436
454
<activation >
You can’t perform that action at this time.
0 commit comments