Hey list!

I'm trying to change the output directory for the generated javadocs
from "/apidocs" to something like "/api". According to the plugin
documentation[1] this is easily achieved by specifying an alternative
"destDir". However when I'm using the alternative directory (name
doesn't matter) the test documentation will not be created giving the
following info:

        [INFO] Skipped "Test JavaDocs" report, file "api/index.html"
        already exists for the English version.

The page mentioned at [1] talks about "testDestDir" as the way to
specify the test javadoc location but the configuration option is
missing from the javadoc:javadoc and javadoc:test-javadoc goals and
thus does not work.

Apart from that it labels the generated javadoc report for the main
sources as "Test JavaDocs" but links to the main javadoc at (in my
case) "/api". 

So how do you specify alternative output directories for javadocs? Any
help on that is appreciated :-)

Greets,
Sebastian

P.S.: I'm using version 2.6.1 of the javadoc plugin and maven version
2.2.1.

[1]:
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/output-configuration.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to