That's definitely a bug. A NPE shouldn't be triggered. I'll be sure to
fix that.
> If I search for publically available repos like say I
> use :MvnDependencySearch hector I get the expected list of repos which
> I can add to the pom file auto matically.
>
> So how can i get the maven integration to recognize my repo?
Unfortunately you can't. The maven dependency search command uses
jarvana[1] to provide the search functionality. Without jarvana (or
other online maven search services) eclim would need some other index
of available libraries to search.
[1] http://jarvana.com/jarvana/
--
eric
--
You received this message because you are subscribed to the Google Groups "eclim-user" group.
To post to this group, send email to eclim...@googlegroups.com.
To unsubscribe from this group, send email to eclim-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/eclim-user?hl=en.
Yeah eclim simply uses jarvana as a search provider, so eclim won't
return results that aren't indexed by them.
--
eric
I have an item on my todo list to update the .classpath when saving
the pom file. Similar functionality already exists for ivy files, but
I haven't yet expanded it to support maven as well.
--
eric