Maven | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Maven

What does this program designed for and how to use It? Looks to me like html ...

27th Jun 2019, 6:33 PM
🏵💥Diana💃
🏵💥Diana💃 - avatar
4 Answers
+ 16
Maven is a build tool based on Java. The files with which you declare the build behaviors are XML. Build tool means that Maven can manage your dependencies to e.g external libs for you to have them only in the place you actually need them. Without a build tool, all external jars have to be added to the build path, which is hard to maintain. Also, Maven (and other build tools) can run all tests after build automatically. Additionally it makes it easier to deploy the application for different platforms what is quite handy.
27th Jun 2019, 6:52 PM
Tashi N
Tashi N - avatar
+ 5
ok thanks for quick answer!
27th Jun 2019, 7:03 PM
🏵💥Diana💃
🏵💥Diana💃 - avatar
+ 3
It's manager project , example https://www.javatpoint.com/maven-pom-xml
28th Jun 2019, 12:48 PM
Dzmitry Dulik
Dzmitry Dulik - avatar
+ 2
THANKS! sgty very detailed answer . Very useful not only to me i think. Thanks again! :))
28th Jun 2019, 4:53 PM
🏵💥Diana💃
🏵💥Diana💃 - avatar