Hi all,
In this video, I discussed Maven, a build software, and a project management tool for combining all the supporting files and creating an artifact out of it. That artifact may be a .jar file .war file .ear file based on the customer's requirement. Maven is purely a java based tool. prerequisite for using Maven is installing Java and Java compiler. if you have a Java code for a pure Java application then generate a .jar file which I generated using maven in this video otherwise if you want to create a web application then generate a .war file that uses .jsp and java.
Download Apache maven: https://maven.apache.org/download.cgi
#Maven #aws #devops