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 271
271
<plugin >
272
272
<groupId >org.apache.maven.plugins</groupId >
273
273
<artifactId >maven-javadoc-plugin</artifactId >
274
- <version >3.0 .1</version >
274
+ <version >3.11 .1</version >
275
275
<executions >
276
276
<execution >
277
277
<id >attach-javadocs</id >
278
- <phase >verify </phase >
278
+ <phase >package </phase >
279
279
<goals >
280
280
<goal >jar</goal >
281
281
</goals >
282
282
</execution >
283
283
</executions >
284
284
<configuration >
285
285
<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 >
287
291
</configuration >
288
292
</plugin >
289
293
</plugins >
You can’t perform that action at this time.
0 commit comments