No problem. Don't forget that if you want to share it with several developers, you can add it in your project as a dependency. You'll be sure that every developer use this version of the javadoc plugin, even if it is not installed locally
Arnaud On 1/11/07, Gisbert Amm <[EMAIL PROTECTED]> wrote:
Silly me! You were right. It's all working well with version 1.8. Thanks a lot. -Gisbert Arnaud HERITIER wrote: > > Your problem is certainly related to MPJAVADOC-56 which is fixed in the > version 1.8 > Can you try to update this plugin ? > > Arnaud > > On 1/10/07, Gisbert Amm <[EMAIL PROTECTED]> wrote: >> >> >> I'm using maven-javadoc-plugin-1.7 >> >> -Gisbert >> >> >> Arnaud HERITIER wrote: >> > >> > Which version of the javadoc plugin are you using ? >> > >> > Arnaud >> > >> > On 1/10/07, Gisbert Amm <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> 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] >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/-m-1.1--UMLGraph%3A-Not-generating-files-into-target-docs-apidocs-tf2952795s177.html#a8262479 >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/-m-1.1--UMLGraph%3A-Not-generating-files-into-target-docs-apidocs-tf2952795s177.html#a8274262 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
