We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09572f commit 6bb71caCopy full SHA for 6bb71ca
pom.xml
@@ -270,6 +270,15 @@
270
<artifactId>maven-source-plugin</artifactId>
271
<version>3.3.1</version>
272
</plugin>
273
+ <plugin>
274
+ <groupId>org.apache.maven.plugins</groupId>
275
+ <artifactId>maven-javadoc-plugin</artifactId>
276
+ <version>3.11.2</version>
277
+ <configuration>
278
+ <doclint>none</doclint>
279
+ <failOnError>false</failOnError>
280
+ </configuration>
281
+ </plugin>
282
<plugin>
283
<groupId>org.apache.rat</groupId>
284
<artifactId>apache-rat-plugin</artifactId>
@@ -440,10 +449,6 @@
440
449
</reports>
441
450
</reportSet>
442
451
</reportSets>
443
- <configuration>
444
- <doclint>none</doclint>
445
- <failOnError>false</failOnError>
446
- </configuration>
447
452
448
453
454
0 commit comments