PR: MPMULTIPROJECT-63
Error when generating navigation.xml git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@354478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
<!-- generate navbar for project based on aggregate or independent -->
|
||||
<j:set var="encoding" value="${maven.docs.outputencoding}"/>
|
||||
<j:if test="${navType != ''}">
|
||||
<mkdir dir="${maven.gen.docs}"/>
|
||||
<echo>Producing ${navType} navigation...</echo>
|
||||
<velocity:merge
|
||||
name="${maven.gen.docs}/navigation.xml"
|
||||
@@ -158,8 +159,8 @@
|
||||
<!-- FIXME: Will the xdoc stuff screw this up?? -->
|
||||
<util:file var="userNavTemplate" name="${userNav}"/>
|
||||
<j:if test="${userNavTemplate.exists()}">
|
||||
<mkdir dir="${maven.gen.docs}"/>
|
||||
<echo>Producing user supplied navigation...</echo>
|
||||
|
||||
<velocity:merge
|
||||
name="${maven.gen.docs}/navigation.xml"
|
||||
basedir="${maven.docs.src}"
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in SVN">
|
||||
<action dev="aheritier" type="fix" issue="MPMULTIPROJECT-63">Error when generating navigation.xml.</action>
|
||||
<action dev="ltheussl" type="add" issue="MPMULTIPROJECT-58" due-to="Lucas Persson">Possibility to re-execute <code>multiproject:projects-init</code>.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target directory.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||
|
||||
Reference in New Issue
Block a user