File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 276276 </execution >
277277 </executions >
278278 </plugin >
279- <plugin >
280- <groupId >org.apache.maven.plugins</groupId >
281- <artifactId >maven-javadoc-plugin</artifactId >
282- <version >3.0.1</version >
283- <executions >
284- <execution >
285- <id >attach-javadocs</id >
286- <phase >verify</phase >
287- <goals >
288- <goal >jar</goal >
289- </goals >
290- </execution >
291- </executions >
292- <configuration >
293- <quiet >true</quiet >
294- <additionalparam >-Xdoclint:none</additionalparam >
295- </configuration >
296- </plugin >
279+ <plugin >
280+ <groupId >org.apache.maven.plugins</groupId >
281+ <artifactId >maven-javadoc-plugin</artifactId >
282+ <version >3.11.1</version >
283+ <executions >
284+ <execution >
285+ <id >attach-javadocs</id >
286+ <phase >package</phase >
287+ <goals >
288+ <goal >jar</goal >
289+ </goals >
290+ </execution >
291+ </executions >
292+ <configuration >
293+ <quiet >true</quiet >
294+ <doclint >none</doclint >
295+ <failOnWarnings >true</failOnWarnings >
296+ <links >
297+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
298+ </links >
299+ </configuration >
300+ </plugin >
297301 <plugin >
298302 <groupId >org.apache.maven.plugins</groupId >
299303 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments