Skip to content

Commit d7d7a28

Browse files
committed
Fix for pom needed for release to be performed
1 parent 7c802e0 commit d7d7a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@
211211
<artifactId>maven-javadoc-plugin</artifactId>
212212
<version>2.10.3</version>
213213
<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>
214216
<maxmemory>256m</maxmemory>
215217
<footer>&lt;script src="http://www.google-analytics.com/urchin.js"
216218
type="text/javascript"&gt;&lt;/script&gt;&lt;script

0 commit comments

Comments
 (0)