MAVEN
Setup Maven for Windows, Mac and Linux
Maven Maven is a build automation tool used primarily for Java projects. Consider a project consisting of 100s and 1000s of Java file. need to compile each and every .java file for .jar packing. Similarly, in the case of .ear or .war file, we need to add all the dependencies Read more…