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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user