File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 311311 <plugin >
312312 <groupId >org.apache.maven.plugins</groupId >
313313 <artifactId >maven-javadoc-plugin</artifactId >
314- <version >3.0 .1</version >
314+ <version >3.11 .1</version >
315315 <executions >
316316 <execution >
317317 <id >attach-javadocs</id >
318- <phase >verify </phase >
318+ <phase >package </phase >
319319 <goals >
320320 <goal >jar</goal >
321321 </goals >
322322 </execution >
323323 </executions >
324324 <configuration >
325325 <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 >
327331 </configuration >
328- </plugin >
332+ </plugin >
329333 </plugins >
330334 </build >
331335 </profile >
You can’t perform that action at this time.
0 commit comments