In my last comment, the id attribute of the second dependency was bogus,
and not needed. I also found that due to dependencies of
maven-xdoclet-plugin-1.2.jar, I had to copy xjavadoc-1.0.2.jar from
$HOME/.maven/repository/xdoclet/jars to
$HOME/.maven/repository/xjavadoc/jars
I found that the destDir property is case sensitive under win2k + cygwin.
setting maven.xdoclet.hibernatedoclet.destdir had no effect on the
location of the output mapping files, but setting
maven.xdoclet.hibernatedoclet.destDir=${maven.build.dest} worked. |