MPXDOC-174: Unclear error message when <currentVersion/> in project.xml not defined
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -255,7 +255,9 @@
|
||||
</div>
|
||||
|
||||
<div id="breadcrumbs">
|
||||
<maven:property var="version" name="maven.xdoc.version" defaultValue="${pom.currentVersion}"/>
|
||||
<j:if test="${!empty(pom.currentVersion)}">
|
||||
<maven:property var="version" name="maven.xdoc.version" defaultValue="${pom.currentVersion}"/>
|
||||
</j:if>
|
||||
|
||||
<j:set var="breadcrumbsUsed" value=""/>
|
||||
<x:if select="$nav/body/breadcrumbs">
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.10" date="in SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error message when <code><currentVersion/></code> in <code>project.xml</code> file not defined.</action>
|
||||
<action dev="ltheussl" type="add" issue="MPXDOC-141" due-to="M. Sean Gilligan">Perform JSL transforms on xdocs <strong>only</strong> when they have changed.</action>
|
||||
<action dev="ltheussl" type="add" issue="MPXDOC-169">Add xdoc tag library documentation to the plugin site.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPXDOC-87">Fix <code>xdoc:validate</code>.</action>
|
||||
|
||||
Reference in New Issue
Block a user