File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 4545 <show >public</show >
4646 <doctitle >${javadoc-title} </doctitle >
4747 <use />
48- <!-- Disable Java 8 overly strict javadoc linter
49- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
50- -->
51- <additionalparam >-Xdoclint:none</additionalparam >
5248 </configuration >
5349 <executions >
5450 <execution >
165161 </plugin >
166162 </plugins >
167163 </build >
164+ <profiles >
165+ <profile >
166+ <id >Java 8</id >
167+ <activation >
168+ <jdk >1.8</jdk >
169+ </activation >
170+ <properties >
171+ <!-- Disable Java 8 overly strict javadoc linter when building with Java 8
172+ http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
173+ -->
174+ <additionalparam >-Xdoclint:none</additionalparam >
175+ </properties >
176+ </profile >
177+ </profiles >
168178 <dependencies >
169179 <!-- direct build / run dependencies -->
170180 <!--
You can’t perform that action at this time.
0 commit comments