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 297297 </executions >
298298 </plugin >
299299
300- <plugin >
300+ <plugin >
301301 <groupId >org.apache.maven.plugins</groupId >
302302 <artifactId >maven-javadoc-plugin</artifactId >
303- <version >3.0 .1</version >
303+ <version >3.11 .1</version >
304304 <executions >
305305 <execution >
306306 <id >attach-javadocs</id >
307- <phase >verify </phase >
307+ <phase >package </phase >
308308 <goals >
309309 <goal >jar</goal >
310310 </goals >
311311 </execution >
312312 </executions >
313313 <configuration >
314314 <quiet >true</quiet >
315- <additionalparam >-Xdoclint:none</additionalparam >
315+ <doclint >none</doclint >
316+ <failOnWarnings >false</failOnWarnings >
317+ <links >
318+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
319+ </links >
316320 </configuration >
317321 </plugin >
318322 <plugin >
You can’t perform that action at this time.
0 commit comments