We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18c0e6 commit e96f6e3Copy full SHA for e96f6e3
pom.xml
@@ -256,10 +256,10 @@
256
</execution>
257
</executions>
258
</plugin>
259
- <plugin>
+ <plugin>
260
<groupId>org.apache.maven.plugins</groupId>
261
<artifactId>maven-javadoc-plugin</artifactId>
262
- <version>3.0.1</version>
+ <version>3.11.1</version>
263
<executions>
264
<execution>
265
<id>attach-javadocs</id>
@@ -272,6 +272,10 @@
272
<configuration>
273
<quiet>true</quiet>
274
<doclint>none</doclint>
275
+ <failOnWarnings>false</failOnWarnings>
276
+ <links>
277
+ <link>https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version}</link>
278
+ </links>
279
</configuration>
280
281
<plugin>
0 commit comments