Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-223

Generated pom.xml has invalid chars (does not correctly handle xml entities)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-4
    • 2.0-beta-8
    • None
    • None

    Description

      In our main pom we have this entry:

       
      <developer>
        <id>hilmer</id>
        <name>S&#248;ren Hilmer</name>
        <email>sh at widetrail.dk</email>
        <timezone />
        <roles>
          <role>Developer</role>
        </roles>
      </developer>
      

      in the resulting pom.xml the entity is converted to the real value, and the next time I try to use the pom it results in invalid output.

       
      <developer>
        <id>hilmer</id>
        <name>Søren Hilmer</name>
        <email>sh at widetrail.dk</email>
        <timezone />
        <roles>
          <role>Developer</role>
        </roles>
      </developer>
      

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              apache@bago.org Stefano Bagnara
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: