Index: xdocs/start/ten-minute-test.xml =================================================================== --- xdocs/start/ten-minute-test.xml (revision 328913) +++ xdocs/start/ten-minute-test.xml (working copy) @@ -134,8 +134,15 @@ xdocs - This contains the documentation that will be transformed into HTML and published as a project - site. + This contains the documentation that will be transformed into + HTML and published as a project site. + Note: by defaulting the xdocs location to the + top level directory, Maven 1.x violates the directory structure + conventions + adopted in Maven 2, where it defaults to + src/site/xdoc. You can make your project + layout compatible with Maven 2 by overriding the + maven.docs.src property.