File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 </plugin >
164164 <plugin >
165165 <artifactId >maven-compiler-plugin</artifactId >
166- <version >3.5.1 </version >
166+ <version >3.7.0 </version >
167167 <configuration >
168168 <source >${jdk.version} </source >
169169 <target >${jdk.version} </target >
224224 <plugin >
225225 <groupId >org.apache.maven.plugins</groupId >
226226 <artifactId >maven-javadoc-plugin</artifactId >
227- <version >3.0.0 </version >
227+ <version >2.10.4 </version >
228228 <configuration >
229229 <additionalparam >-Xdoclint:none</additionalparam >
230230 <!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-03-30 -->
231+ <!-- Note: when I tried upgrading to javadoc-plugin 3.0.0, this option was ignored and the javadoc
232+ generation fails with the javascript in footer error - JD 2018-03-15 -->
231233 <additionalparam >--allow-script-in-comments</additionalparam >
232234 <maxmemory >256m</maxmemory >
233235 <footer >
You can’t perform that action at this time.
0 commit comments