1

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?

user16655
  • 1,901
  • 6
  • 36
  • 60

1 Answers1

1

My work-around is:

  1. Generate Docbook xml file with changes:announcement-generate an a custom velocity template.
  2. Generate PDF file with docbkx-maven-plugin.
dur
  • 15,689
  • 25
  • 79
  • 125