<[EMAIL PROTECTED]> wrote on 29/01/2004 12:12:38 PM: > 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.
Open up the plugin's project.xml file and check out the dependencies. The download will be attempt first time round. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
