You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2020/02/05 14:42:51 UTC

svn commit: r1873639 - /xmlgraphics/fop/trunk/fop/build.xml

Author: ssteiner
Date: Wed Feb  5 14:42:51 2020
New Revision: 1873639

URL: http://svn.apache.org/viewvc?rev=1873639&view=rev
Log:
FOP-2895: Try to fix Java 7

Modified:
    xmlgraphics/fop/trunk/fop/build.xml

Modified: xmlgraphics/fop/trunk/fop/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/build.xml?rev=1873639&r1=1873638&r2=1873639&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/build.xml (original)
+++ xmlgraphics/fop/trunk/fop/build.xml Wed Feb  5 14:42:51 2020
@@ -616,6 +616,7 @@ list of possible build targets.
   </fileset>
   <target name="transcoder-pkg" depends="remove-cache" description="Generates the jar for the transcoder package for Batik">
     <exec executable="mvn" dir="${basedir}/..">
+      <env key="MAVEN_OPTS" value="-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"/>
       <arg value="clean"/>
       <arg value="install"/>
       <arg value="-DskipTests"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org