Add a comment
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
<j:set
|
||||
var="reports"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('reports')}"/>
|
||||
|
||||
|
||||
<!-- check if the given name is in the list already -->
|
||||
<j:set var="add" value="true"/>
|
||||
<j:forEach var="rpt" items="${reports}">
|
||||
<j:if test="${rpt.get('name').equals(name)}">
|
||||
@@ -288,8 +289,7 @@
|
||||
|
||||
<!-- generate output file name -->
|
||||
<util:replace var="outFileForward" oldChar="\" newChar="/" value="${file.toString()}"/>
|
||||
<j:set var="outFiles" value="${mapper.mapFileName(outFileForward)}"/>
|
||||
<j:set var="outFile" value="${outFiles[0]}"/>
|
||||
<j:set var="outFile" value="${mapper.mapFileName(outFileForward).0}"/>
|
||||
|
||||
<echo>Generating ${outFile} from ${file}</echo>
|
||||
<!-- work out relative path -->
|
||||
|
||||
Reference in New Issue
Block a user