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 f667d52 commit e2ef79aCopy full SHA for e2ef79a
pom.xml
@@ -147,5 +147,23 @@
147
</repository>
148
</distributionManagement>
149
</profile>
150
+ <profile>
151
+ <id>doclint-java8-disable</id>
152
+ <activation>
153
+ <jdk>[1.8,)</jdk>
154
+ </activation>
155
+
156
+ <build>
157
+ <plugins>
158
+ <plugin>
159
+ <groupId>org.apache.maven.plugins</groupId>
160
+ <artifactId>maven-javadoc-plugin</artifactId>
161
+ <configuration>
162
+ <additionalparam>-Xdoclint:none</additionalparam>
163
+ </configuration>
164
+ </plugin>
165
+ </plugins>
166
+ </build>
167
+ </profile>
168
</profiles>
169
</project>
0 commit comments