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 260260 <plugin >
261261 <groupId >org.apache.maven.plugins</groupId >
262262 <artifactId >maven-javadoc-plugin</artifactId >
263- <version >3.0 .1</version >
263+ <version >3.11 .1</version >
264264 <executions >
265265 <execution >
266266 <id >attach-javadocs</id >
267- <phase >verify </phase >
267+ <phase >package </phase >
268268 <goals >
269269 <goal >jar</goal >
270270 </goals >
271271 </execution >
272272 </executions >
273273 <configuration >
274274 <quiet >true</quiet >
275- <additionalparam >-Xdoclint:none</additionalparam >
275+ <doclint >none</doclint >
276+ <failOnWarnings >true</failOnWarnings >
277+ <links >
278+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
279+ </links >
276280 </configuration >
277281 </plugin >
278282 <plugin >
You can’t perform that action at this time.
0 commit comments