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