Skip to content

Commit a94db37

Browse files
committed
Include profile for doclint in pom.xml
1 parent f14b6bd commit a94db37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,15 @@
454454
</plugins>
455455
</build>
456456
</profile>
457+
<profile>
458+
<id>disable-java8-doclint</id>
459+
<activation>
460+
<jdk>[1.8,)</jdk>
461+
</activation>
462+
<properties>
463+
<additionalparam>-Xdoclint:none</additionalparam>
464+
</properties>
465+
</profile>
457466
</profiles>
458467

459468
</project>

0 commit comments

Comments
 (0)