Reputation: 1
I have a web Application ( its a .war file to be specific) to be deployed in run time. The requirement is provide a Maven support.
My questions 1. What maven support means here? 2. Also how to achieve this in current web Application project
Thanks, Faraz
P.S. I am totally new to Maven
Upvotes: 0
Views: 30
Reputation: 876
Maven is project management tool, Maven provides developers ways to manage following:
It can do wonders in your project. You have to do a lot of reading in order to understand the features provided my maven. Maven's official site is the key for u.
Upvotes: 2