Hi, my local repository is located in the following location:

C:/.maven/repository

Also, this is the location that I use in the project.properties.

maven.repo.local = C:/.maven/repository

How does one find a dependency for a plugin?  I just downloaded it and placed it into 
the Maven plugin's directory.

Thanks,

-Conrad

> <[EMAIL PROTECTED]> wrote on 29/01/2004 11:31:20 AM:
> 
> > Hi, I have several versions of the xjavadoc installed in my local 
> repository:
> > 
> > xdoclet-xjavadoc-1.0.jar
> > xdoclet-xjavadoc-1.2b2.jar
> > xjavadoc-1.0.2.jar
> > xjavadoc-1.0.jar
> 
> Where are they?
> 
> Maven is looking for
> 
> repo/xdoclet/xjavadoc-1.0.jar
> 
> Also, where is the dependency in the xdoclet plugin looking for it?
> 
> 
> > Thus, I really don't understand why the Maven system cannot find it.  If 
> anyone
> > has any ideas, please drop me a note and/or post to the group.
> > 
> > Thanks in advance,
> > 
> > -Conrad
> > 
> > > Hi, after installing the xdoclet plugin, I'm now getting the following 
> 
> > error message:
> > > 
> > > BEGIN TRANSCRIPT:
> > > 
> > > MY-MACHINE ~/workspace/webshop/WebShop-Beans
> > > $ maven clean jar jar:install
> > >  __  __
> > > |  \/  |__ _Apache__ ___
> > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > > 
> > > clean:clean:
> > >     [delete] Deleting directory 
> C:\workspace\webshop\WebShop-Beans\target
> > > 
> > > clean:
> > > 
> > > java:prepare-filesystem:
> > >     [mkdir] Created dir: 
> C:\workspace\webshop\WebShop-Beans\target\classes
> > > 
> > > java:compile:
> > >     [echo] XDoclet : Generation of EJB interfaces and deployments
> > > Attempting to download xjavadoc-1.0.2.jar.
> > > WARNING: Failed to download xjavadoc-1.0.2.jar.
> > > 
> > > BUILD FAILED
> > > File...... file:/c:/workspace/webshop/WebShop-Beans/
> > > Element... attainGoal
> > > Line...... 18
> > > Column.... 41
> > > The build cannot continue because of the following unsatisfied 
> dependency:
> > > 
> > > xjavadoc-1.0.2.jar (no download url specified)
> > > 
> > > Total time: 8 seconds
> > > Finished at: Wed Jan 28 14:45:51 PST 2004
> > > 
> > > END TRANSCRIPT:
> > > 
> > > However, I cannot locate file(s) where this dependency is listed.  In 
> the 
> > Webshop-Beans directory, the project.xml has a reference to the 
> following:
> > > 
> > > <dependency>
> > >          <groupId>xdoclet</groupId>
> > >          <artifactId>xjavadoc</artifactId>
> > >          <version>1.0</version>
> > >          <url>http://xdoclet.sourceforge.net/</url>
> > >                         <type>jar</type>
> > >          <jar>xjavadoc-1.0.jar</jar>
> > >                         <properties/>
> > >       </dependency>
> > > 
> > > If anyone has any ideas as to how to resolve this error message, 
> please 
> > post to the group and/or send me an e-mail.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to