We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c802e0 commit d7d7a28Copy full SHA for d7d7a28
pom.xml
@@ -211,6 +211,8 @@
211
<artifactId>maven-javadoc-plugin</artifactId>
212
<version>2.10.3</version>
213
<configuration>
214
+ <!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-06-06 -->
215
+ <additionalparam>--allow-script-in-comments</additionalparam>
216
<maxmemory>256m</maxmemory>
217
<footer><script src="http://www.google-analytics.com/urchin.js"
218
type="text/javascript"></script><script
0 commit comments