But how do you get issues grouped by released version?
Maven-changes-plugin provides a great list of issues for the projects,
filtered by different criteria.
So it could provide all open issues for instance.

Maybe I'm missing something, but this isn't what you want for release
notes.
ReleaseNotes should contain all the resolved issues, grouped by released
version, ordered from most recent to least recent. It might also contain
a list of open issues.

The maven-changes-plugin change:jira-report looks like it is retrieving
enough information to do this, but I can't see how to configure it to
produce release notes. Can anyone tell me?

Alternatively, is there a plugin that does produce release notes (from
JIRA).

William 

-----Original Message-----
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 15 April 2007 6:46 AM
To: Maven Users List
Subject: Re: Release Notes generation

That'd be the maven-changes-plugin then:

   http://maven.apache.org/plugins/maven-changes-plugin/

Pankaj Tandon wrote:
> Thanks Dennis,
> That was really helpful.
> However, is there a report plugin that produces "release notes" as 
> against a change log.
> Actually, I've seen the report such a plugin produces on the site of 
> one of the maven projects (maybe one of the plugins). I just can't 
> seem to find it now. The report has a bugs, enhancements, wishlist and

> a features section, all broken out by release. This changelog plugin 
> doesn't seem to produce this kind of report.
> 
> Ofcourse, we are using the maven-release-plugin to produce the
releases.
> 
> Any suggestions what plugin produces that report?
> 
> Thanks,
> Pankaj
> 
> 
> dennisl-2 wrote:
>> Pankaj Tandon wrote:
>>> Hello,
>>> I'd like to generate release notes as a part of my mvn site command.
>>> If I annotate the site.xml with the following:
>>>
>>>     <menu name="Maven 2.0">
>>>       <item name="Introduction" href="index.html"/>
>>>       <item name="Download" href="download.html"/>
>>>       <item name="Release Notes" href="release-notes.html" />
>>>       <item name="General Information" href="about.html"/>
>>>       <item name="For Maven 1.0 Users" href="maven1.html"/>
>>>       <item name="Road Map" href="roadmap.html" />
>>>     </menu>
>>>
>>> It certainly creates the menu correctly.
>>> However, where is the plugin that will actually create the 
>>> release-notes.html?
>>> I tried project-info-reports:scm but that looks like a dead-end to 
>>> me as far as release note generation goes.
>>>
>>> Any help is appreciated.
>>>
>>> Thanks
>>> Pankaj
>> You might be looking for maven-changelog-plugin:
>>
>>    http://maven.apache.org/plugins/maven-changelog-plugin/
>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
> 


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to