Setting up Maven
Maven is a build tool that automates everything related to building a software project, including:
Compiling all the source code
Generating the documentation from the source code
Packaging the complied code into a JAR or WAR archive file
Installing the packaged archives files on a server
To install Maven:
Go to Maven’s download page: http://maven.apache.org/download.cgi
Click on the apache-maven-3.2.5-bin.zip
Once the download is […]