Fix bug generating goals
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94f6de921f
commit
9a627a8a0e
@ -94,7 +94,8 @@
|
||||
|
||||
<j:if test="${pluginScript}">
|
||||
<!-- generate docs based on plugin.jelly -->
|
||||
<x:parse xml="${basedir}/plugin.jelly" var="def"/>
|
||||
<u:file name="${basedir}/plugin.jelly" var="script" />
|
||||
<x:parse xml="${script}" var="def"/>
|
||||
<echo>Generating file '${fileName}'</echo>
|
||||
<j:set var="template" value="${plugin.resources}/templates/goals.jelly"/>
|
||||
</j:if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user