Gary Gregory <[EMAIL PROTECTED]> wrote on 17/02/2004 12:02:42 PM:

> For some reason, I cannot the Maven plugin cannot find its jars: 
> 
> (1) Create a build.properties in my local [lang] root with:
> maven.repo.remote =  http://maven-plugins.sf.net

Don't use maven-plugins.sf.net as the remote repo. It's not a repository.

> (2) From my local [lang] root, run:
[snip]
> BUILD SUCCESSFUL

> (3) Add a reports entry to project.xml:
[snip]

> (4) Run maven:
[snip]
> The build cannot continue because of the following unsatisfied 
dependencies:
> 
> findbugs-0.6.5.jar (try downloading from
> http://www.cs.umd.edu/~pugh/java/bugs/)
> findbugs-ant-0.6.5.jar (try downloading from
> http://www.cs.umd.edu/~pugh/java/bugs/)
> findbugs-coreplugin-0.6.5.jar (try downloading from
> http://www.cs.umd.edu/~pugh/java/bugs/)
> findbugs-bcel-0.6.5.jar (try downloading from
> http://www.cs.umd.edu/~pugh/java/bugs/)
> dom4j-1.4.jar (no download url specified)
These are because you have changed your remote repo to a URL that isn't a 
repo.
--
dIon Gillard, Multitask Consulting

Reply via email to