Is it looking for the JAR or POM? If it is the POM, it is a known issue to be addressed in the next release. You can create a stub pom (or even an empty file) in the local repository to avoid the issue.
- Brett On 11/9/05, Chris Richardson <[EMAIL PROTECTED]> wrote: > Hi, > I used install:install-file to install a bunch of 3rd party jars into my > local (default) repository > But maven 2.0 insists on trying to download the dependency from > http://repo1.maven.org. > This fails of course: > [WARNING] Unable to get resource from repository central ( > http://repo1.maven.org/maven2) > The compilation or test runs succeeds because the jars are in the local > repository. > This doesn't seem quite right especially because they are lots of jars and > so it takes a while. > Moreover, I can't use maven in offline mode. > What's going on? > Chris > > -- > Consulting - http://www.chrisrichardson.net > Author, POJOs in Action - http://www.manning.com/crichardson > Enterprise POJOs blog - http://chris-richardson.blog-city.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
