
Sprig Maven Maven is a project management tool ANT is also a build tool which is similar to Maven and it is a default build tool in Intellij IDEA,Netbeans,Eclips Replace the build tool to maven. Maven has a common folder structure.Hence any developer can easily identify the project. Maven can create documentation by checking the source code of the project.Hence source code should be correctly formatted. Source code read by doc comments Maven is a collection of dependency management tool and document development tool All the dependencies are download into the home directory as common repository not for each project. Plugins are created by set of goals. Maven is created by set of pulgins. Create a Project : mvn archetype:generate -DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=com.mycompany.app -DartifactId=my-app Execute a goal : mvn : EX : mvn compiler : compile Maven life Cycle Clean(clear all created artifacts and rebuild the project...