Couple of comments on things to fix

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-09 07:13:53 +00:00
parent 2f282aef75
commit c1febf9635

View File

@@ -7,10 +7,12 @@
xmlns:html="jelly:html"
xmlns:util="jelly:util">
<!-- FIXME: This should work like other xdoc generating plugins -->
<goal name="html2xdoc" prereqs="xdoc:init"
description="Generates XDoc documentation from normal HTML files">
<j:set var="destdir" value="${maven.gen.docs}"/>
<!-- FIXME: Shouldn't need to do this check -->
<j:if test="${empty(destdir)}">
<j:set var="destdir" value="${maven.build.dir}/generated-xdocs"/>
</j:if>