Skip to content

Commit eed3c23

Browse files
javier-godoypaodb
authored andcommitted
build: upgrade javadoc plugin to 3.11.1
1 parent 083bda7 commit eed3c23

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>
237237
<artifactId>maven-javadoc-plugin</artifactId>
238-
<version>3.0.1</version>
239-
<executions>
238+
<version>3.11.1</version>
239+
<executions>
240240
<execution>
241241
<id>attach-javadocs</id>
242242
<phase>package</phase>
@@ -247,7 +247,11 @@
247247
</executions>
248248
<configuration>
249249
<quiet>true</quiet>
250-
<additionalJOption>-Xdoclint:none</additionalJOption>
250+
<doclint>none</doclint>
251+
<failOnWarnings>true</failOnWarnings>
252+
<links>
253+
<link>https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version}</link>
254+
</links>
251255
</configuration>
252256
</plugin>
253257
</plugins>

0 commit comments

Comments
 (0)