I have a LICENSE.txt that includes form feed characters. When running maven site this file causes the build to fail.
Tried tracing the problem to it's true root so I could report it in Jira, but I didn't really understand who the culprit was (maven core, jelly:xml or xdoc-plugin). Seems not to be the license-plugin as the XML in license.xml is correct, representing the form feed character as . The only thing on line 59 of license.xml is . Don't know where the &#c that's in the error comes from. If I remove the form feeds from LICENSE.txt there's no problem. Get this with both maven rc1 and the latest MAVEN_1-0_BRANCH from cvs. BUILD FAILED File...... file:/home/bos/.maven/plugins/maven-xdoc-plugin-1.4/ Element... x:parse Line...... 328 Column.... 43 Error on line 59 of document file:/home/bos/tmp/moria-ng/modules/moria-ctrl/target/generated-xdocs/license.xml : Character reference "&#c" is an invalid XML character. Nested exception: Character reference "&#c" is an invalid XML character. Total time: 16 seconds (bo) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
