Use AWT headless mode to generate SVG with batik (JDK 1.4 required).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-09 21:05:41 +00:00
parent 1524cbe856
commit 222995fb3f
3 changed files with 6 additions and 1 deletions

View File

@ -309,6 +309,8 @@ plugin.currentVersion = [${plugin.currentVersion}]
<sysproperty key="javax.xml.transform.TransformerFactory" value="org.apache.xalan.processor.TransformerFactoryImpl"/>
<!-- System proxies for jdk 1.5+ -->
<sysproperty key="java.net.useSystemProxies" value="true"/>
<!-- For Batik and SVG -->
<sysproperty key="java.awt.headless" path="true"/>
<!-- Proxy settings -->
<j:if test="${!empty(maven.proxy.host)}">
<jvmarg value="-DproxySet=true"/>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plugin</name>
<currentVersion>2.5.1</currentVersion>
<currentVersion>2.5.2-SNAPSHOT</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<versions>

View File

@ -25,6 +25,9 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.5.2-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix">Use AWT headless mode to generate SVG with batik (JDK 1.4 required).</action>
</release>
<release version="2.5.1" date="2007-03-28">
<action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>
</release>