Benefits of using maven

Recently, chatting with a friend, I found that my friend's company uses Maven. So I figured it out.

I know a technology, usually without first learning how to use it. Rather want to understand its benefits. Because I feel that only knowing its benefits can promote my learning and understanding. Well, no idle talk. Below I briefly summarize what I think are the benefits of using maven:

1. Solve the problem of the package. Maven defines package dependencies in pom.xml, and all jar packages are placed in .m2. In this case, we will not have the problem of package conflict first, and secondly, we will solve the problem of finding and removing packages.

2. IDE tool transfer problem. idea, netbeans have support for maven.

3, convenient and fast. One-click recompile, one-click clean and compiled code, one-click packaging, etc.

It seems that there are many benefits of maven, and I am not very complete. Welcome to Paizhuan.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326393285&siteId=291194637