I actually set my local repo in my settings.xml to C:\opt\.m2 to avoid spaces.
On Sun, Sep 28, 2008 at 7:52 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > 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] > > -- --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson Vacation Rental: http://tahoe.baselogic.com
