Maven is a build/project management tool. It favours "convention over configuration"; it can greatly simplify builds for "standard" projects and a Maven user can usually understand the structure of ...
it's independent of any IDE specific configurations. - Manage your Version Control of Source Code. - Provides lifecycle and dependencies management. - Run, build, deploy your project or unit tests. - ...