FIXME: User supplied nav should come from xdocs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-21 01:18:16 +00:00
parent 59527fb5c0
commit 2d6932fa32

View File

@@ -102,6 +102,7 @@
template="navigation-${navType}.xml"/>
</j:if>
<!-- FIXME - this should just use the default in maven.docs.src -->
<util:file var="userNavTemplate" name="${basedir}/multiproject/navigation.xml"/>
<j:if test="${userNavTemplate.exists()}">
<echo>Producing user supplied navigation...</echo>