Re: [m1] pdf plugin version 2.4

2005-10-19 Thread Lukas Theussl
This has been fixed recently: http://jira.codehaus.org/browse/MPPDF-50 It's in SVN, there is also a SNAPSHOT version that has it fixed. -Lukas Tim Dyck wrote: Does the following property work: maven.pdf.cover.projectCompany I also thought that by default this property is supposed to refer

RE: [m1] pdf plugin version 2.4

2005-10-19 Thread Tim Dyck
The problem seems to be in the plugin.jelly file - the code reads: arg value=-PARAM/ arg value=-PARAM coverProjectCompany ${maven.pdf.cover.projectCompany}/ arg value=${maven.pdf.cover.projectCompany}/ It should be: arg value=-PARAM/ arg value=coverProjectCompany/