Skip to content

Commit 34d2886

Browse files
committed
Tried another way to switch off doclint
1 parent a336022 commit 34d2886

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,18 @@
257257
</dependencies>
258258
</dependencyManagement>
259259

260+
<profiles>
261+
<profile>
262+
<id>disable-java8-doclint</id>
263+
<activation>
264+
<jdk>[1.8,)</jdk>
265+
</activation>
266+
<properties>
267+
<additionalparam>-Xdoclint:none</additionalparam>
268+
</properties>
269+
</profile>
270+
</profiles>
271+
260272
<reporting>
261273
<plugins>
262274
<plugin>

0 commit comments

Comments
 (0)