File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 282
282
</execution >
283
283
</executions >
284
284
</plugin >
285
- <plugin >
285
+ <plugin >
286
286
<groupId >org.apache.maven.plugins</groupId >
287
287
<artifactId >maven-javadoc-plugin</artifactId >
288
- <version >3.1 .1</version >
288
+ <version >3.11 .1</version >
289
289
<executions >
290
290
<execution >
291
291
<id >attach-javadocs</id >
292
- <phase >verify </phase >
292
+ <phase >package </phase >
293
293
<goals >
294
294
<goal >jar</goal >
295
295
</goals >
298
298
<configuration >
299
299
<quiet >true</quiet >
300
300
<doclint >none</doclint >
301
- <additionalparam >-Xdoclint:none</additionalparam >
301
+ <failOnWarnings >false</failOnWarnings >
302
+ <links >
303
+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
304
+ </links >
302
305
</configuration >
303
306
</plugin >
304
307
<plugin >
You can’t perform that action at this time.
0 commit comments