Google News
logo
Java Maven - Interview Questions
Why should one use Maven for project management?
Maven works wonders in setting up the project quickly and doesn’t include complex build files like build.xml. The dependencies of your Java project are automatically downloaded by Maven and stored in a local repository and can be retrieved in quick time, whenever needed. 
 
Maven also helps keep the deployment file light and easy to deploy, as it brings all the jars together in a bundle and stores them in the local repository. 
Advertisement