Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/plugin.jelly,v retrieving revision 1.11 diff -u -r1.11 plugin.jelly --- plugin.jelly 22 Jul 2004 11:26:28 -0000 1.11 +++ plugin.jelly 2 Aug 2004 22:06:36 -0000 @@ -40,6 +40,9 @@ + + @@ -107,10 +110,11 @@ - Using stylesheet located at ${stylesheetURI} + Using stylesheet located at ${stylesheetURI} and encoding ${announcementEncoding} Index: plugin.properties =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/plugin.properties,v retrieving revision 1.11 diff -u -r1.11 plugin.properties --- plugin.properties 22 Jul 2004 11:26:28 -0000 1.11 +++ plugin.properties 2 Aug 2004 22:06:37 -0000 @@ -33,3 +33,6 @@ # Stylesheet to use to generate the text announcement maven.announcement.stylesheet.path = ${plugin.resources}/announcement.jsl + +# Encoding to be used to generate the file +#maven.announcement.encoding = UTF-8 Index: xdocs/changes.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/xdocs/changes.xml,v retrieving revision 1.21 diff -u -r1.21 changes.xml --- xdocs/changes.xml 22 Jul 2004 11:26:28 -0000 1.21 +++ xdocs/changes.xml 2 Aug 2004 22:06:37 -0000 @@ -25,6 +25,10 @@ + + Added new optional maven.announcement.encoding property + that defines which charset encoding to use to generate the text announcement. + Added new optional maven.announcement.stylesheet.pathproperty that defines what stylesheet to use to generate the text announcement. Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/xdocs/properties.xml,v retrieving revision 1.9 diff -u -r1.9 properties.xml --- xdocs/properties.xml 22 Jul 2004 11:26:28 -0000 1.9 +++ xdocs/properties.xml 2 Aug 2004 22:06:37 -0000 @@ -71,6 +71,16 @@ ${plugin.resources}/announcement.jsl + + maven.announcement.encoding + Yes + + Encoding to be used to generate the file. + + + UTF-8 + +