Update documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-30 21:52:46 +00:00
parent 2910e82c32
commit 4b7ebff2b9

View File

@ -111,9 +111,7 @@
<p> <p>
<strong>Note</strong> that currently it is not possible to validate <strong>Note</strong> that currently it is not possible to validate
arbitrary xml files with the <code>xdoc:validate</code> goal. arbitrary xml files with the <code>xdoc:validate</code> goal.
You will get an error for both, the document that defines the You can use the <code>maven.xdoc.validate.exclude</code>
external entity and the external xml file (except if it is actually
valid). You can use the <code>maven.xdoc.validate.exclude</code>
property to exclude specific files from validation. property to exclude specific files from validation.
</p> </p>
</subsection> </subsection>