Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-112

Respect line breaks from Javadoc when generating help goal

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4
    • 2.4.2
    • API, Plugin Plugin
    • None

    Description

      The help goal is currently eating up all line breaks which makes something like

      Line of text here.<br>
      Another line, introducing some properties snippet:
      <pre>
      # this is some property that does intersting things
      my.very.cool.property=value
      </pre>
      

      not really human-readable upon ouput by the help goal.

      We should

      • output line breaks for every <br> and <p> element
      • output line breaks for every literal line break from a <pre> block.

      Attachments

        Activity

          People

            bentmann Benjamin Bentmann
            bentmann Benjamin Bentmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: