[ 
https://issues.apache.org/jira/browse/MCHANGELOG-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juul Hobert updated MCHANGELOG-156:
-----------------------------------
    Description: 
The changelog plugin uses `SiteRendererSink` as default Sink implementation. I 
can imagine it would be useful to have the changelog as document as well. There 
is another Sink implementation available in the `doxia-doc-renderer` library. I 
think a configuration like below could be used to instruct the plugin to create 
a rtf/pdf document instead.
{code:java}
...
<plugin>
    <artifactId>maven-changelog-plugin</artifactId>
    <configuration>
        ...
        <format>html/pdf/rtf</format>
        ...
    </configuration>
</plugin>
...{code}

> Add option to render the changelog as document
> ----------------------------------------------
>
>                 Key: MCHANGELOG-156
>                 URL: https://issues.apache.org/jira/browse/MCHANGELOG-156
>             Project: Maven Changelog Plugin
>          Issue Type: New Feature
>            Reporter: Juul Hobert
>            Priority: Major
>
> The changelog plugin uses `SiteRendererSink` as default Sink implementation. 
> I can imagine it would be useful to have the changelog as document as well. 
> There is another Sink implementation available in the `doxia-doc-renderer` 
> library. I think a configuration like below could be used to instruct the 
> plugin to create a rtf/pdf document instead.
> {code:java}
> ...
> <plugin>
>     <artifactId>maven-changelog-plugin</artifactId>
>     <configuration>
>         ...
>         <format>html/pdf/rtf</format>
>         ...
>     </configuration>
> </plugin>
> ...{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to