This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 3751badb29b901f886a442df385607832be9bc44
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Aug 3 22:37:39 2021 +0100

    Update pre-Java 8 profile to 1.7
    
    Add notes about requiring --allow-script-in-comments flag.
    
    Note: Removal of the profile causes the build to fail on the Travis CI Java 
7 job due to javadoc generation when using java version 7u151.
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15cd4d9..32ed267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,10 +572,12 @@ Running "svn up" will download *all* the files of the 
live web site at
     <profile>
       <id>pre-jdk8</id>
       <activation>
-        <jdk>[1.6,1.8)</jdk>
+        <jdk>[1.7,1.8)</jdk>
       </activation>
       <build>
-        <!-- Alter default goal as it uses checks from Java 8 plugins. -->
+        <!-- Alter default goal to avoid javadoc generation.
+          The inclusion of MathJax may require the 'allow-script-in-comments' 
flag
+          depending on the JDK 7 release version. -->
         <defaultGoal>clean verify</defaultGoal>
       </build>
     </profile>

Reply via email to