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:
parent
222995fb3f
commit
09eaf5de5d
@ -310,7 +310,7 @@ plugin.currentVersion = [${plugin.currentVersion}]
|
|||||||
<!-- System proxies for jdk 1.5+ -->
|
<!-- System proxies for jdk 1.5+ -->
|
||||||
<sysproperty key="java.net.useSystemProxies" value="true"/>
|
<sysproperty key="java.net.useSystemProxies" value="true"/>
|
||||||
<!-- For Batik and SVG -->
|
<!-- For Batik and SVG -->
|
||||||
<sysproperty key="java.awt.headless" path="true"/>
|
<sysproperty key="java.awt.headless" value="true"/>
|
||||||
<!-- Proxy settings -->
|
<!-- Proxy settings -->
|
||||||
<j:if test="${!empty(maven.proxy.host)}">
|
<j:if test="${!empty(maven.proxy.host)}">
|
||||||
<jvmarg value="-DproxySet=true"/>
|
<jvmarg value="-DproxySet=true"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user