How To Install maven-plugin-descriptor.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-plugin-descriptor.noarch in Amazon Linux 2. maven-plugin-descriptor.noarch is Maven Plugin Description Model

Introduction

In this tutorial we learn how to install maven-plugin-descriptor.noarch on Amazon Linux 2.

What is maven-plugin-descriptor.noarch

Maven Plugin Description Model http ASL 2.0 and MIT and BSD Maven toolchain artifact

We can use yum to install maven-plugin-descriptor.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-plugin-descriptor.noarch.

Install maven-plugin-descriptor.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-plugin-descriptor.noarch using yum by running the following command:

sudo yum -y install maven-plugin-descriptor.noarch

How To Uninstall maven-plugin-descriptor.noarch on Amazon Linux 2

To uninstall only the maven-plugin-descriptor.noarch package we can use the following command:

sudo yum remove maven-plugin-descriptor.noarch

maven-plugin-descriptor.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-plugin-descriptor-2.2.1
/usr/share/doc/maven-plugin-descriptor-2.2.1/LICENSE.txt
/usr/share/doc/maven-plugin-descriptor-2.2.1/NOTICE.txt
/usr/share/java/maven/maven-plugin-descriptor.jar
/usr/share/maven-effective-poms/JPP.maven-maven-plugin-descriptor.pom
/usr/share/maven-fragments/maven2-maven-plugin-descriptor.xml
/usr/share/maven-poms/JPP.maven-maven-plugin-descriptor.pom

References

Summary

In this tutorial we learn how to install maven-plugin-descriptor.noarch on Amazon Linux 2 using yum.