1

I am using maven site to create junit test reports. And I use maven postman plugin to mail the generated reports. After running the maven site command the reports are generated with separate html and CSS files. In pom.xml I can specify which files to send in the mail.

My question: how do I mail the reports so that the CSS will be rendered in the mail body along with the html

4

1 回答 1

0

好的,所以我用谷歌搜索了一个 lil,看起来更好的方法是以某种不同的格式创建报告,比如 pdf,在发送邮件时不会有任何格式问题。我正在尝试使用 maven-pdf-plugin 但这似乎不适用于 maven 3+。还有其他选择吗?

于 2013-05-29T18:18:40.783 回答