kwin commented on PR #139:
URL: 
https://github.com/apache/maven-plugin-tools/pull/139#issuecomment-1220658423

   > IIRC in the past I've made a change that the two outputs are always based 
on the same source: the plugin descriptor.
   
   The whole point is that this approach prevents emitting the full details. 
Currently the plugin descriptor contains inline taglets (which is wrong) and 
the HTML report does no longer have access to the full context. So in order for 
the report to not go via
   
   `(parse source file information -> convert javadoc to html -> convert html 
to plaintext -> serialize descriptor) -> (deserialize descriptor -> convert 
plain text to html)`
   (while the former block being goal `descriptor` and the latter being 
`report`) you have to do the parsing twice.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to