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

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-09 23:17:31 +00:00
parent 222995fb3f
commit 09eaf5de5d

View File

@ -310,7 +310,7 @@ plugin.currentVersion = [${plugin.currentVersion}]
<!-- System proxies for jdk 1.5+ -->
<sysproperty key="java.net.useSystemProxies" value="true"/>
<!-- For Batik and SVG -->
<sysproperty key="java.awt.headless" path="true"/>
<sysproperty key="java.awt.headless" value="true"/>
<!-- Proxy settings -->
<j:if test="${!empty(maven.proxy.host)}">
<jvmarg value="-DproxySet=true"/>