Hi everybody,

I tried to integrate umlgraph to my pom. It looks as following:

...
<reporting>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
              <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet>
              <docletPath>C:\Dokumente und
Einstellungen\Matty\.m2\repository\UMLGraph-5.1\lib\UmlGraph.jar</docletPath>
              <docletArtifact>
                <groupId>gr.spinellis</groupId>
                <artifactId>UmlGraph</artifactId>
                <version>4.4</version>
              </docletArtifact>
              <additionalparam>-views</additionalparam>
            </configuration>
         </plugin>
      </plugins>
   </reporting>
...


I always get this error while running the mvn site plugin:


[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Exit code: 1 - javadoc:
error - Ca
nnot find doclet class gr.spinellis.umlgraph.doclet.UmlGraph

Command line was:E:\jdk1.6.7\jre\..\bin\javadoc.exe @options @packages


I tried it with several properties, different slashes but javadoc never
finds my downloaded umlgraph.jar .

What's wrong? How do you normally integrate path details in my pom with
windows? Is it different to e.g. linux?

Thank you very much!

Regards,
Matthias



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to