Skip to content

Commit

Permalink
Tailor javadoc parameters for Java 7
Browse files Browse the repository at this point in the history
Unfortunately, java 8 requires the --allow-script-in-comments for
javadocs, while java 7 prohibits it. I'm now assuming the 4.2 branch
will be built on java 7 and commenting out the param.
  • Loading branch information
sbliven committed Jun 29, 2018
1 parent 7a26257 commit fb3b4f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,14 @@
<version>2.10.3</version>
<configuration>
<!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-06-06 -->
<additionalparam>--allow-script-in-comments</additionalparam>
<!-- requires java 8u121
<additionalparam>--><!--allow-script-in-comments</additionalparam>
<maxmemory>256m</maxmemory>
<footer>&lt;script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"&gt;&lt;/script&gt;&lt;script
type="text/javascript"&gt;_uacct =
"UA-1326640-1";urchinTracker();&lt;/script&gt;</footer>
-->
</configuration>

</plugin>
Expand Down

0 comments on commit fb3b4f5

Please sign in to comment.