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.
2 parents 5d7bdb9 + bb3ef61 commit ccfe843Copy full SHA for ccfe843
pom.xml
@@ -187,6 +187,9 @@
187
<executions>
188
<execution>
189
<id>attach-javadocs</id>
190
+ <configuration>
191
+ <additionalparam>${javadoc.opts}</additionalparam>
192
+ </configuration>
193
<goals>
194
<goal>jar</goal>
195
</goals>
@@ -323,6 +326,15 @@
323
326
</plugins>
324
327
</build>
325
328
</profile>
329
+ <profile>
330
+ <id>doclint-java8-disable</id>
331
+ <activation>
332
+ <jdk>[1.8,)</jdk>
333
+ </activation>
334
+ <properties>
335
+ <javadoc.opts>-Xdoclint:none</javadoc.opts>
336
+ </properties>
337
+ </profile>
338
</profiles>
339
340
<properties>
0 commit comments