On Sun, Sep 28, 2008 at 4:28 AM, Matthias Dorfner
<[EMAIL PROTECTED]> wrote:

> I tried to integrate umlgraph to my pom. It looks as following:
>              <docletPath>C:\Dokumente und
> Einstellungen\Matty\.m2\repository\UMLGraph-5.1\lib\UmlGraph.jar</docletPath>

Most likely the spaces in the path are causing problems.

The best bet is to install the jar into your local repository using
"mvn install:install-file", and then use docletArtifact instead of
docletPath, as shown here:

http://maven.apache.org/plugins/maven-javadoc-plugin/examples/alternate-doclet.html

The UMLGraph artifacts belong in groupId=gr.spinellis and
artifactId=UmlGraph , see
http://repo1.maven.org/maven2/gr/spinellis/UmlGraph/

(Adding arbitrary paths to ~/.m2/repository as you've done, apparently
by unpacking the UMLGraph distribution, isn't recommended.  The local
repository has a specific format.)

If you are working with a team and have a shared (internal) "remote"
repository, then deploy the artifact there instead, and/or submit it
for upload to the central repo.

-- 
Wendy

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

Reply via email to