You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Grzegorz Kochanski (JIRA)" <ji...@codehaus.org> on 2010/03/09 11:51:55 UTC

[jira] Commented: (MCHANGELOG-107) generate changelog since previouse release

    [ http://jira.codehaus.org/browse/MCHANGELOG-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213159#action_213159 ] 

Grzegorz Kochanski commented on MCHANGELOG-107:
-----------------------------------------------

Please add at least possibility to define tags at command line:
e.g.
mvn -Dchangelog.tags=someApplication-1_6,HEAD changelog:changelog

It would be suitable solution to me.

> generate changelog since previouse release
> ------------------------------------------
>
>                 Key: MCHANGELOG-107
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-107
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Grzegorz Kochanski
>
> Now mvn release:release generates changelog for last 2 days.
> The default behavior should be changelog since previous released version.
> To simulate behavior now you have to add to pom.xml:
>       <plugin>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <configuration>
>           <type>tag</type>
>           <tags>
>             <tag implementation="java.lang.String">someApplication-1_6</tag>
>             <tag implementation="java.lang.String">HEAD</tag>
>           </tags>
>         </configuration>
>       </plugin>
> and change the someApplication-1_6 with someApplication-1_7 after successful release.
> And you have to repeat it for every release you perform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira