File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 258258 </execution >
259259 </executions >
260260 </plugin >
261- <plugin >
261+ <plugin >
262262 <groupId >org.apache.maven.plugins</groupId >
263263 <artifactId >maven-javadoc-plugin</artifactId >
264- <version >3.1 .1</version >
264+ <version >3.11 .1</version >
265265 <executions >
266266 <execution >
267267 <id >attach-javadocs</id >
268- <phase >verify </phase >
268+ <phase >package </phase >
269269 <goals >
270270 <goal >jar</goal >
271271 </goals >
272272 </execution >
273273 </executions >
274274 <configuration >
275275 <quiet >true</quiet >
276- <doclint >none</doclint >
277- <additionalparam >-Xdoclint:none</additionalparam >
276+ <doclint >none</doclint >
277+ <failOnWarnings >false</failOnWarnings >
278+ <links >
279+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
280+ </links >
278281 </configuration >
279282 </plugin >
280283 <plugin >
You can’t perform that action at this time.
0 commit comments