File tree Expand file tree Collapse file tree 1 file changed +22
-19
lines changed
Expand file tree Collapse file tree 1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change 315315 </execution >
316316 </executions >
317317 </plugin >
318- <plugin >
319- <groupId >org.apache.maven.plugins</groupId >
320- <artifactId >maven-javadoc-plugin</artifactId >
321- <version >3.0.1</version >
322- <executions >
323- <execution >
324- <id >attach-javadocs</id >
325- <phase >verify</phase >
326- <goals >
327- <goal >jar</goal >
328- </goals >
329- </execution >
330- </executions >
331- <configuration >
332- <quiet >true</quiet >
333- <doclint >none</doclint >
334- <additionalparam >-Xdoclint:none</additionalparam >
335- </configuration >
336- </plugin >
318+ <plugin >
319+ <groupId >org.apache.maven.plugins</groupId >
320+ <artifactId >maven-javadoc-plugin</artifactId >
321+ <version >3.11.1</version >
322+ <executions >
323+ <execution >
324+ <id >attach-javadocs</id >
325+ <phase >package</phase >
326+ <goals >
327+ <goal >jar</goal >
328+ </goals >
329+ </execution >
330+ </executions >
331+ <configuration >
332+ <quiet >true</quiet >
333+ <doclint >none</doclint >
334+ <failOnWarnings >false</failOnWarnings >
335+ <links >
336+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
337+ </links >
338+ </configuration >
339+ </plugin >
337340 <plugin >
338341 <groupId >org.apache.maven.plugins</groupId >
339342 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments