I can't really understand what exactly this Maven plugin does. Can someone explain to me what it does and how can this benefit my Android project? Thanks a lot!
Asked
Active
Viewed 93 times
1 Answers
1
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
You can read more about what maven is and how it is used in this SO post.
One of the perks of using maven is that is will automatically download the latest version of a library for you.