File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 274274 <plugin >
275275 <groupId >org.apache.maven.plugins</groupId >
276276 <artifactId >maven-javadoc-plugin</artifactId >
277- <version >3.0 .1</version >
277+ <version >3.11 .1</version >
278278 <executions >
279279 <execution >
280280 <id >attach-javadocs</id >
281- <phase >verify </phase >
281+ <phase >package </phase >
282282 <goals >
283283 <goal >jar</goal >
284284 </goals >
285285 </execution >
286286 </executions >
287287 <configuration >
288288 <quiet >true</quiet >
289- <additionalparam >-Xdoclint:none</additionalparam >
289+ <doclint >none</doclint >
290+ <failOnWarnings >true</failOnWarnings >
291+ <links >
292+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
293+ </links >
290294 </configuration >
291295 </plugin >
292296 <plugin >
You can’t perform that action at this time.
0 commit comments