I have recently installed 7.0M2 and I’m evaluating the maven support in it.
We have a private repository where we keep all the jars our projects depend on. The url and username/password for that are configured in maven’s settings.xml. Using maven from the command line, it works just fine.
I have added the maven nature to my existing projects, but when I right click on any of them and navigate to Maven4MyEclipse > Add Dependency, the dialog that pops up does not seem to find any jars from our repository – only stuff I have in my local one.
I have pointed both user and global settings to the only settings.xml I have, where our repository is configured to act as the “central” repository.
Is this by design? If not, any tips on how to get this working?
Thanks