Re: Maven PDF support

2013-12-21 Thread Markku Saarela
Hi, At least I can produce PDF from Markdown: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-pdf-plugin/artifactId version1.2/version executions execution idpdf/id phasesite/phase

Re: Maven PDF support

2013-12-21 Thread Markku Saarela
For me PDF plugin is working with Markdown: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-pdf-plugin/artifactId version1.2/version executions execution idpdf/id phasesite/phase

Maven PDF support

2013-12-19 Thread Robert Wettergren
We have a need to archive site documentation (markdown) and Javadoc for each release so I thought I'd generate these as pdf. To my surprise this turned out to be really difficult. The maven-pdf-plugin doesn't support markdown. It's also unable to aggregate reports, like Javadoc, due to