File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 365
365
</execution >
366
366
</executions >
367
367
</plugin >
368
- <plugin >
369
- <groupId >org.apache.maven.plugins</groupId >
370
- <artifactId >maven-javadoc-plugin</artifactId >
371
- <version >3.10.0 </version >
372
- <executions >
373
- <execution >
374
- <id >attach-javadocs</id >
375
- <phase >verify</phase >
376
- <goals >
377
- <goal >jar</goal >
378
- </goals >
379
- </execution >
380
- </executions >
381
- <configuration >
382
- <quiet >true</quiet >
383
- <doclint >none</doclint >
368
+ <plugin >
369
+ <groupId >org.apache.maven.plugins</groupId >
370
+ <artifactId >maven-javadoc-plugin</artifactId >
371
+ <version >3.11.1 </version >
372
+ <executions >
373
+ <execution >
374
+ <id >attach-javadocs</id >
375
+ <phase >verify</phase >
376
+ <goals >
377
+ <goal >jar</goal >
378
+ </goals >
379
+ </execution >
380
+ </executions >
381
+ <configuration >
382
+ <quiet >true</quiet >
383
+ <doclint >none</doclint >
384
384
<failOnWarnings >true</failOnWarnings >
385
- <links >
386
- <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
387
- </links >
388
- </configuration >
389
- </plugin >
385
+ <links >
386
+ <link >https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} </link >
387
+ </links >
388
+ </configuration >
389
+ </plugin >
390
390
<plugin >
391
391
<groupId >org.apache.maven.plugins</groupId >
392
392
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments