File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 311
311
<plugin >
312
312
<groupId >org.apache.maven.plugins</groupId >
313
313
<artifactId >maven-javadoc-plugin</artifactId >
314
- <version >3.0 .1</version >
314
+ <version >3.11 .1</version >
315
315
<executions >
316
316
<execution >
317
317
<id >attach-javadocs</id >
318
- <phase >verify </phase >
318
+ <phase >package </phase >
319
319
<goals >
320
320
<goal >jar</goal >
321
321
</goals >
322
322
</execution >
323
323
</executions >
324
324
<configuration >
325
325
<quiet >true</quiet >
326
- <additionalparam >-Xdoclint:none</additionalparam >
326
+ <doclint >none</doclint >
327
+ <failOnWarnings >false</failOnWarnings >
328
+ <links >
329
+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
330
+ </links >
327
331
</configuration >
328
- </plugin >
332
+ </plugin >
329
333
</plugins >
330
334
</build >
331
335
</profile >
You can’t perform that action at this time.
0 commit comments