How To Install maven-wagon-scm.noarch on Amazon Linux 2
In this tutorial we learn how to install maven-wagon-scm.noarch in Amazon Linux 2. maven-wagon-scm.noarch is scm module for maven-wagon
Introduction
In this tutorial we learn how to install maven-wagon-scm.noarch on Amazon Linux 2.
What is maven-wagon-scm.noarch
scm module for maven-wagon.
We can use yum to install maven-wagon-scm.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-wagon-scm.noarch.
Install maven-wagon-scm.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install maven-wagon-scm.noarch using yum by running the following command:
sudo yum -y install maven-wagon-scm.noarch
How To Uninstall maven-wagon-scm.noarch on Amazon Linux 2
To uninstall only the maven-wagon-scm.noarch package we can use the following command:
sudo yum remove maven-wagon-scm.noarch
maven-wagon-scm.noarch Package Contents on Amazon Linux 2
/usr/share/java/maven-wagon/scm.jar
/usr/share/maven-effective-poms/JPP.maven-wagon-scm.pom
/usr/share/maven-fragments/maven-wagon-scm.xml
/usr/share/maven-poms/JPP.maven-wagon-scm.pom
References
Summary
In this tutorial we learn how to install maven-wagon-scm.noarch on Amazon Linux 2 using yum.