You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2014/03/17 21:49:59 UTC

[jira] (MCHANGES-326) announcement-mail does not respect templateEncoding

     [ https://jira.codehaus.org/browse/MCHANGES-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGES-326.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10
         Assignee: Dennis Lundberg

Fixed in [r1578561|http://svn.apache.org/viewvc?view=revision&revision=1578561].

> announcement-mail does not respect templateEncoding
> ---------------------------------------------------
>
>                 Key: MCHANGES-326
>                 URL: https://jira.codehaus.org/browse/MCHANGES-326
>             Project: Maven Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.9
>            Reporter: Thomas Scheffler
>            Assignee: Dennis Lundberg
>             Fix For: 2.10
>
>
> While announcement-generate goal uses templateEncoding with defaults to ${project.build.sourceEncoding}, announcement-mail uses the system default encoding. This results in scrambled mails.
> Currently FileReader is used to read the announcement which does not allow to specify a encoding. InputStreamReader should be used instead in org.apache.maven.plugin.announcement.AnnouncementMailMojo.readAnnouncement()
> kind regards
> Thomas



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)