If you use the cvs version of pdf plugin, you can do it. But not for previous versions.
You must redefine maven.pdf.navigationFile property with a new navigation file (like navigation-pdf.xml) that you put in your wdoc directory. With this mechanism, you can structure your summary as you want. I'll release pdf plugin today. Emmanuel ----- Original Message ----- From: "Jan Nielsen" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 05, 2004 8:34 PM Subject: Generating a PDF > Newbie question...how do I generate a PDF from an xdoc which is not part > of my "site" documentation, i.e., neither part of navigation.xml nor > referenced from navigation.xml? > > I would like to generate a document similar in form to the output of the > "maven pdf" goal (which generates a PDF of all the xdoc documentation in > my "xdocs" directory) except the content of my PDF should be restricted > to the content of a single xdoc file. I could define a completely new > project for just this document, but that seems a little silly...there > must be a better way, right? Can I create my own goal in my maven.xml > file and invoke the pdf goal in some clever way to produce the document? > > > Thanks, > > Jan > > > --------------------------------------------------------------------- > 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]
