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 266266 <plugin >
267267 <groupId >org.apache.maven.plugins</groupId >
268268 <artifactId >maven-javadoc-plugin</artifactId >
269- <version >3.0 .1</version >
269+ <version >3.11 .1</version >
270270 <executions >
271271 <execution >
272272 <id >attach-javadocs</id >
273- <phase >verify </phase >
273+ <phase >package </phase >
274274 <goals >
275275 <goal >jar</goal >
276276 </goals >
277277 </execution >
278278 </executions >
279279 <configuration >
280280 <quiet >true</quiet >
281- <additionalparam >-Xdoclint:none</additionalparam >
281+ <doclint >none</doclint >
282+ <failOnWarnings >true</failOnWarnings >
283+ <links >
284+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
285+ </links >
282286 </configuration >
283287 </plugin >
284288 <plugin >
You can’t perform that action at this time.
0 commit comments