PR: MPXDOC-84
fix file: URL git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -380,7 +380,7 @@
|
||||
plugin='maven-xdoc-plugin' property='maven.xdoc.crumb.separator' />
|
||||
|
||||
<j:set var="outputDirectory" value="${maven.gen.docs}" />
|
||||
<j:set var="stylesheet" value="file:/${plugin.resources}/site.jsl" />
|
||||
<j:set var="stylesheet" value="file:${plugin.resources}/site.jsl" />
|
||||
|
||||
<j:set var="outputencoding" value="${maven.docs.outputencoding}" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user