Respect line breaks from Javadoc when generating help goal
----------------------------------------------------------

                 Key: MPLUGIN-112
                 URL: http://jira.codehaus.org/browse/MPLUGIN-112
             Project: Maven 2.x Plugin Tools
          Issue Type: Improvement
          Components: API, Plugin Plugin
    Affects Versions: 2.4
            Reporter: Benjamin Bentmann


The help goal is currently eating up all line breaks which makes something like
{noformat}
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>
{noformat}
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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to