Java Developers Tool Apache Maven

Maven is a java tool,so you must have Java Installed in Order to proceed & advanced tool to support the developer at whole process of software project. This Build tools completed bellow process.
- Compilation of source code
- RUnning the tests case
- creating Packageing the result into jar_files
- Deploy the jar on server
- generate reports

Maven performed the automate the process of the creatinon of the initial folder structure for the java application and deploy on server .


1.Configure Maven Project on eclipse :


In Eclipse ,Click New or other project and create Maven project


Click on next button and check the "Create a Sample Project"

   

No comments: