Arnaud, Thanks for the tip but the plugin generates an empty PDF :( (So table of content with only one item, changes but nothing else). My changes has been generated and I have a changes-report.html in the target/docs directory.
Any idea? Regards, St�phane -----Original Message----- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 11:17 PM To: 'Maven Users List' Subject: RE: changes & pdf Hello St=E9phane, You can generate a pdf for your changes with somethink like that: In your maven.xml : <goal name=3D"changes:pdf"> <j:set var=3D"maven.pdf.navigationFile" = value=3D"navigation-changes.xml"/> <j:set var=3D"maven.pdf.pdfName" = value=3D"${pom.artifactId}-changes.pdf "/> <attainGoal name=3D"pdf"/> </goal> In your ${basedir}/xdocs/navigation-changes.xml : <?xml version=3D"1.0" encoding=3D"ISO-8859-1"?> <project name=3D"XXXXXXX"> <body> <menu name=3D"Changes" href=3D"/changes-report.html"/> </body> </project> But I have no idea on how to do it for a given release. Arnaud > -----Message d'origine----- > De=A0: St=E9phane Nicoll [mailto:[EMAIL PROTECTED] > Envoy=E9=A0: vendredi 19 novembre 2004 12:32 > =C0=A0: Maven Users List > Objet=A0: changes & pdf >=20 > Hello list, >=20 > I would like to create a PDF document of the generated changes. Is it >= possible easily? Can I also > specify the version I want? (typically generate a PDF for version = 3.4.5 for instance). >=20 > Thanks, > St=E9phane >=20 > St=E9phane Nicoll > Business Solutions Builders > Place de l'Universit=E9 25/10 > B-1348 Louvain-La-Neuve >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
