Apache Maven is a software project management and comprehension tool.
Maven will generate all the Java’s standard folders structure for you (besides resources folder, which you need to create it manually)
Based on the concept of a project object model (POM)
The POM contains information about the project and various configuration details.
In simple words it take car about the jars and the plugins we use in project when INTERNET is available it will automatically update the jars.
U can download Eclipse with maven from below link:
http://ftp.neowiz.com/eclipse/technology/epp/downloads/release/juno/SR1/eclipse-jee-juno-SR1-win32.zip
Maven will generate all the Java’s standard folders structure for you (besides resources folder, which you need to create it manually)
Based on the concept of a project object model (POM)
The POM contains information about the project and various configuration details.
In simple words it take car about the jars and the plugins we use in project when INTERNET is available it will automatically update the jars.
U can download Eclipse with maven from below link:
http://ftp.neowiz.com/eclipse/technology/epp/downloads/release/juno/SR1/eclipse-jee-juno-SR1-win32.zip
No comments:
Post a Comment