svn commit: r1873639 - /xmlgraphics/fop/trunk/fop/build.xml
[email protected] Wed, 05 Feb 2020 14:42:51 -0000
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
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"/>