File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 223
223
<module >tmc-langs-util</module >
224
224
<module >tmc-langs-cli</module >
225
225
</modules >
226
+
227
+ <profiles >
228
+ <profile >
229
+ <id >jdk8</id >
230
+ <activation >
231
+ <jdk >[1.8,)</jdk >
232
+ </activation >
233
+ <!-- Disable doclint under JDK 8 -->
234
+ <reporting >
235
+ <plugins >
236
+ <plugin >
237
+ <groupId >org.apache.maven.plugins</groupId >
238
+ <artifactId >maven-javadoc-plugin</artifactId >
239
+ <version >2.10.3</version >
240
+ <configuration >
241
+ <additionalparam >-Xdoclint:none</additionalparam >
242
+ </configuration >
243
+ </plugin >
244
+ </plugins >
245
+ </reporting >
246
+ <build >
247
+ <plugins >
248
+ <plugin >
249
+ <groupId >org.apache.maven.plugins</groupId >
250
+ <artifactId >maven-javadoc-plugin</artifactId >
251
+ <version >2.10.3</version >
252
+ <configuration >
253
+ <additionalparam >-Xdoclint:none</additionalparam >
254
+ </configuration >
255
+ </plugin >
256
+ </plugins >
257
+ </build >
258
+ </profile >
259
+ </profiles >
260
+
226
261
</project >
You can’t perform that action at this time.
0 commit comments