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 1b4293c commit a6fecf5Copy full SHA for a6fecf5
pom.xml
@@ -148,6 +148,16 @@
148
</distributionManagement>
149
150
<profiles>
151
+ <profile>
152
+ <id>doclint-java8-disable</id>
153
+ <activation>
154
+ <jdk>[1.8,)</jdk>
155
+ </activation>
156
+ <properties>
157
+ <javadoc.opts>-Xdoclint:none</javadoc.opts>
158
+ </properties>
159
+ </profile>
160
+
161
<profile>
162
<id>release</id>
163
<build>
@@ -178,6 +188,7 @@
178
188
</execution>
179
189
</executions>
180
190
<configuration>
191
+ <additionalparam>${javadoc.opts}</additionalparam>
181
192
<charset>UTF-8</charset>
182
193
<locale>zh_CN</locale>
183
194
</configuration>
0 commit comments