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 267267 </execution >
268268 </executions >
269269 </plugin >
270- <plugin >
270+ <plugin >
271271 <groupId >org.apache.maven.plugins</groupId >
272272 <artifactId >maven-javadoc-plugin</artifactId >
273- <version >3.0 .1</version >
273+ <version >3.11 .1</version >
274274 <executions >
275275 <execution >
276276 <id >attach-javadocs</id >
277- <phase >verify </phase >
277+ <phase >package </phase >
278278 <goals >
279279 <goal >jar</goal >
280280 </goals >
281281 </execution >
282282 </executions >
283283 <configuration >
284284 <quiet >true</quiet >
285- <additionalparam >-Xdoclint:none</additionalparam >
286285 <doclint >none</doclint >
286+ <failOnWarnings >false</failOnWarnings >
287+ <links >
288+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
289+ </links >
287290 </configuration >
288291 </plugin >
289292 <plugin >
You can’t perform that action at this time.
0 commit comments