Is there a way to modify the surefire-reports maven plug to include some additional HTML or javascript?
Is there a way to modify the surefire-reports maven plug to include some additional
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what can be seen in the source code of this plugin the generation of the report seems to be pretty much hard coded using a content generation framework. It seems to be doubtful that it is possible to sneak in additional code without changing the plugin source itself.