Added <code><description></code> information from the POM to the generated announcement to explain what the project does.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -47,6 +47,14 @@
|
||||
<j:whitespace trim="false">
|
||||
${pom.url}
|
||||
|
||||
</j:whitespace>
|
||||
|
||||
<j:set var="description" trim="true" value="${pom.description}"/>
|
||||
<j:forEach var="line" items="${formatter.format(description,78)}">
|
||||
<j:whitespace>${line}
|
||||
</j:whitespace>
|
||||
</j:forEach>
|
||||
<j:whitespace trim="false">
|
||||
Changes in this version include:</j:whitespace>
|
||||
|
||||
<x:set var="actions" select="action[@type='add']" sort="@type" />
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="vmassol" type="add">
|
||||
Added <code><description></code> information from the POM to
|
||||
the generated announcement to explain what the project does.
|
||||
</action>
|
||||
<action dev="vmassol" type="add">
|
||||
Added information in the generated announcement to indicate from
|
||||
where the plugin can be downloaded.
|
||||
|
||||
Reference in New Issue
Block a user