I'm looking at the directory layout properties at
http://maven.apache.org/reference/plugins/xdoc/properties.html
.
maven.docs.dest and maven.gen.docs say their defaults are ${basedir}/docs and ${basedir}/generated-xdocs, respectively. But when I run maven, it puts these at ${basedir}/target/docs and ${basedir}/target/generated-xdocs. (Or is there something elsewhere in the maven config I don't know about that resets ${basedir} while xdoc is running?)
Thanks.
Daniel Rabe
drabe@opentext.com
Fixed in 1.5-SNAPSHOT.
Redeployed site.