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

2014-03-17 Thread Dennis Lundberg (JIRA)

 [ 
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=revisionrevision=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)


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

2014-01-14 Thread Thomas Scheffler (JIRA)
Thomas Scheffler created MCHANGES-326:
-

 Summary: 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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira