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 271271 <plugin >
272272 <groupId >org.apache.maven.plugins</groupId >
273273 <artifactId >maven-javadoc-plugin</artifactId >
274- <version >3.0 .1</version >
274+ <version >3.11 .1</version >
275275 <executions >
276276 <execution >
277277 <id >attach-javadocs</id >
278- <phase >verify </phase >
278+ <phase >package </phase >
279279 <goals >
280280 <goal >jar</goal >
281281 </goals >
282282 </execution >
283283 </executions >
284284 <configuration >
285285 <quiet >true</quiet >
286- <additionalparam >-Xdoclint:none</additionalparam >
286+ <doclint >none</doclint >
287+ <failOnWarnings >true</failOnWarnings >
288+ <links >
289+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
290+ </links >
287291 </configuration >
288292 </plugin >
289293 </plugins >
You can’t perform that action at this time.
0 commit comments