I'm trying to run UMLGraph with Maven 1.1 and it does work, BUT: The generated files are always written into the root directory of the project instead of target/docs/apidocs.
This is my commandline: maven site:generate -Dmaven.build.dir=report_target -Dmaven.javadoc.doclet=gr.spinellis.umlgraph.doclet.UmlGraphDoc -Dmaven.javadoc.docletpath=/home/jbuild/.maven/repository/gr.spinellis/jars/UmlGraph-4.4.jar ... (left out the additional params for the sake of clarity) I've already tried setting "maven.javadoc.usestandardparameters=true" and even "maven.javadoc.destdir=report_target/docs/apidocs", but both doesn't help. I found the description for Maven 2 on http://wiki.wsmoak.net/cgi-bin/wiki.pl?UMLGraph, but there is obviously nothing equivalent for Maven 1. Does anybody use UMLGraph successfully with Maven 1.1 and can give me some advice? Is my problem probably connnected with http://jira.codehaus.org/browse/MPJAVADOC-56? Thanks in advance for your help. -Gisbert -- View this message in context: http://www.nabble.com/-m-1.1--UMLGraph%3A-Not-generating-files-into-target-docs-apidocs-tf2952795s177.html#a8258632 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
