Added <code>&lt;description&gt;</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:
vmassol
2004-05-01 17:35:53 +00:00
parent 2a30d81c09
commit 68ab93ec15
2 changed files with 12 additions and 0 deletions

View File

@@ -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" />

View File

@@ -25,6 +25,10 @@
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="vmassol" type="add">
Added <code>&lt;description&gt;</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.