Maven Dependency GUI

Maven provides a large repository of dependencies (jar files) for developers to choose from. There are also multiple versions of each dependency and all this causes creating parts of the maven configuration file to be difficult. This project hopes to make it easier to work with large maven projects by implementing the following requirements: browse any maven repository using an "explorer-like" view, use multiple maven repositories as a source for dependencies, use an existing project.xml as a template, point-and-click code generation/update of the project.xml dependency section, and integrated repository search. Initally, this project will support only maven 1 releases but future versions will work with maven 2.