+1 vote
in DevOps by
Maven used for?

1 Answer

0 votes
by
Often while working on a Java application, you might be handling numerous jar files.

You will have to handle proper dependency, version inclusions, building, publishing as well as deploying the app.

One of the efficient and hassle-free ways to deal with these activities is to use a automated build tool like Maven.

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Jul 23, 2020 in DevOps by Hodge
...