Understand and Implement the Build Process / Life Cycle in Maven
Maven Installation
Maven is a Java tool, and therefore you must first install Java to proceed with Maven installation. In my case, I have used an Ubuntu EC2 instance, and the commands used to install Java are
sudo apt update
sudo apt install openjdk-...
sandhyagriddaluru.hashnode.dev3 min read