Maven is a powerful project management tool that is based on POM (project object model). It is used for projects build, dependency and documentation. It simplifies the build process like ANT. But it is too much advanced than ANT.
Dependency management: Maven will resolve and manage your dependencies for you. Testing: the ability to run tests and integration tests as part of your project lifecycle. Plugins: there are thousands of plugins to carry out various tasks. These are simply configured in just by adding a reference into the POM.
No comments:
Post a Comment