I am using eclipse juno and maven plugin. I had a problems with maven at the begin after installation - it wasn't working. I marked an option "Download repository index updates on startup" and everything was fine. Now after week i try to search for some jars and it's not working again. Option with download on startup is still marked. I tried also : In Maven Repositories tab Expand Global Repositories, Right-click on central and Update Index. I updated Index, rebuilded it. One thing - when i add to pom.xml for example
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
It's getting downloaded and looks fine, but GUI doesn't work