Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-197

Add parameter for output encoding

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1, 2.3
    • 2.4
    • changes.xml
    • None
    • Win XP, JDK 1.6.0_18, Maven 2.2.1

    Description

      Add an additional parameter to define the output encoding like in site-plugin.
      <outputEncoding></outputEncoding>

      If I generate the changes-report by changes:changes-report, I get this in the html output:

       
      <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      ...
      

      If I generate the same changes-report by site:site, I get this:

      <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
          <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
      

      Whereas, here I've defined
      <outputEncoding>ISO-8859-1</outputEncoding>
      and as default in the parent pom
      <project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>

      Attachments

        1. screenshot-2.jpg
          74 kB
          Bruno Marti
        2. screenshot-1.jpg
          86 kB
          Bruno Marti
        3. changes_encoding.zip
          2 kB
          Bruno Marti

        Activity

          People

            dennisl@apache.org Dennis Lundberg
            martib Bruno Marti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: