Check for empty pom.description

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-10-03 18:04:35 +00:00
parent 0905edd918
commit 55bf8d66bc

View File

@@ -51,10 +51,12 @@ ${pom.url}
</j:whitespace>
<j:set var="description" trim="true" value="${pom.description}"/>
<j:if test="${!empty(description)}">
<j:forEach var="line" items="${formatter.format(description,78)}">
<j:whitespace>${line}
</j:whitespace>
</j:forEach>
</j:if>
<j:whitespace trim="false">
===============================================================================