How To Install maven-plugins-pom.noarch on Amazon Linux 2
In this tutorial we learn how to install maven-plugins-pom.noarch in Amazon Linux 2. maven-plugins-pom.noarch is Maven Plugins POM
Introduction
In this tutorial we learn how to install maven-plugins-pom.noarch on Amazon Linux 2.
What is maven-plugins-pom.noarch
This package provides Maven Plugins parent POM used by different Apache Maven plugins.
We can use yum to install maven-plugins-pom.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-plugins-pom.noarch.
Install maven-plugins-pom.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-plugins-pom.noarch using yum by running the following command:
sudo yum -y install maven-plugins-pom.noarch
How To Uninstall maven-plugins-pom.noarch on Amazon Linux 2
To uninstall only the maven-plugins-pom.noarch package we can use the following command:
sudo yum remove maven-plugins-pom.noarch
maven-plugins-pom.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-plugins-pom-23
/usr/share/doc/maven-plugins-pom-23/LICENSE
/usr/share/doc/maven-plugins-pom-23/NOTICE
/usr/share/maven-fragments/maven-plugins-pom.xml
/usr/share/maven-poms/JPP.maven-plugins-pom-maven-plugins.pom
References
Summary
In this tutorial we learn how to install maven-plugins-pom.noarch on Amazon Linux 2 using yum.