File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 224224 <artifactId >maven-javadoc-plugin</artifactId >
225225 <version >2.10.4</version >
226226 <configuration >
227- <additionalparam >-Xdoclint:none</additionalparam >
228-
227+ <additionalparam >-Xdoclint:none</additionalparam >
228+ <!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-03-30 -->
229+ <additionalparam >--allow-script-in-comments</additionalparam >
229230 <maxmemory >256m</maxmemory >
230- <footer >< script src="http://www.google-analytics.com/urchin.js"
231+ <footer >
232+ < script src="http://www.google-analytics.com/urchin.js"
231233 type="text/javascript">< /script>< script
232234 type="text/javascript"> _uacct =
233- "UA-1326640-1";urchinTracker();< /script> </footer >
235+ "UA-1326640-1";urchinTracker();< /script>
236+ </footer >
234237 </configuration >
235238
236239 </plugin >
You can’t perform that action at this time.
0 commit comments