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 cbd9b1b commit 7b09bf0Copy full SHA for 7b09bf0
pom.xml
@@ -300,13 +300,19 @@
300
<goals>
301
<goal>aggregate</goal>
302
</goals>
303
+ <configuration>
304
+ <failOnError>false</failOnError>
305
+ </configuration>
306
</execution>
307
<execution>
308
<id>attach-javadocs</id>
309
<phase>package</phase>
310
311
<goal>jar</goal>
312
313
314
315
316
317
</executions>
318
<configuration>
@@ -451,6 +457,7 @@
451
457
<artifactId>maven-javadoc-plugin</artifactId>
452
458
<version>${javadoc.version}</version>
453
459
460
454
461
<quiet>true</quiet>
455
462
<source>7</source>
456
463
<additionalOptions>${javadoc-additionalOptions}</additionalOptions>
0 commit comments