I have a Jira report generated in Maven with the changes plugin, but I want to be able to put this report in a generated PDF file. Unfortunately the maven-pdf-plugin isn't able to generate reports with Maven 3, and it doesn't seem like they are fixing this issue. Are there any other options that achieve the same result?
Asked
Active
Viewed 145 times
1 Answers
1
My work-around is:
- Generate Docbook xml file with changes:announcement-generate an a custom velocity template.
- Generate PDF file with docbkx-maven-plugin.

dur
- 15,689
- 25
- 79
- 125