Hi,
 
I am a new maven users and I have successfully created a pdf file for my project.  My 
question is how can I create specific pdf files that only contain the content I 
specify.  I am trying to create files that I can use for formal documentation on my 
project, so for example, I would like to create a pdf that only has my requirements 
section of my project.  Here is a sample of my project layout (documentation only) :
 
Project - root
     |
     - project.xml, project.properties, etc.
     - xdocs
           |
           - index.xml, navigation.xml, etc
           - reqs
                |
                - index.xml
 
When I use 'maven pdf' at the root level, it will successfully create a pdf for the 
entire site.  I am looking for a way to create a pdf for just the reqs section.  I 
have tried to do this by putting a project.xml, project.properties files in the reqs 
folder, and then a xdocs folder.  This allowed me to create the pdf for just that 
section, and I was still able to create the overall site pdf, but is this the best 
way?  Any help would be greatly appreciated.
 
Thanks!

                
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs 

Reply via email to