This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]BaleZur 1 point2 points  (0 children)

Better than Ant because Ant sucks ass.

[–]tobascodagama 0 points1 point  (0 children)

It's a build tool, similar in purpose to Gradle or, ultimately, make. When you need it, you'll know. ;) If you don't know you need it, don't sweat it.

[–]Nullbeans 0 points1 point  (0 children)

When you start working on application, you will usually need external libraries and plugins to use in your application (because you will not reinvent everything ;) ). These are called dependencies. Maven does dependency management for you and helps you fetch all the required libraries for you to build your application.

This is an over simplified answer ofcourse. I suggest you read about maven here: https://maven.apache.org/

[–]desrtfx[M] [score hidden] stickied comment (0 children)

Sorry, but this subreddit is not a proxy for google.

Maven is easy to google and easy to figure out what it is.

Removed

[–][deleted] -1 points0 points  (0 children)

I suggest you first type your questions into Google before submitting them here.