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:
dion 2003-02-25 02:29:32 +00:00
parent 94f6de921f
commit 9a627a8a0e

View File

@ -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>