Tedi Zanfolim wrote:
Hi,
Is there anyway I could exclude some files from xdoc processing (without moving the files outside the directory) or asking xdoc to not validate the generated docs?
I would like to generate my project site with all the documentation available in my 'documents' directory, so I pointed maven.docs.src to it. My problem is that I have some invalid xml documents in this directory (actually, entity fragments) and xdocs is trying to process them ...
AFAIK this is not possible using the POM. However you could copy the
files before the XDOC plugin runs (as a preGoal) into a temp directory
(under target) and point the maven.docs.src to that directory.
Martijn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]