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 282282 </execution >
283283 </executions >
284284 </plugin >
285- <plugin >
285+ <plugin >
286286 <groupId >org.apache.maven.plugins</groupId >
287287 <artifactId >maven-javadoc-plugin</artifactId >
288- <version >3.1 .1</version >
288+ <version >3.11 .1</version >
289289 <executions >
290290 <execution >
291291 <id >attach-javadocs</id >
292- <phase >verify </phase >
292+ <phase >package </phase >
293293 <goals >
294294 <goal >jar</goal >
295295 </goals >
298298 <configuration >
299299 <quiet >true</quiet >
300300 <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 >
302305 </configuration >
303306 </plugin >
304307 <plugin >
You can’t perform that action at this time.
0 commit comments