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

In this tutorial we learn how to install maven-remote-resources-plugin.noarch in Amazon Linux 2. maven-remote-resources-plugin.noarch is Maven Remote Resources Plugin

Introduction

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

What is maven-remote-resources-plugin.noarch

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project much include license and notice files for each release.

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

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

sudo yum -y install maven-remote-resources-plugin.noarch

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

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

sudo yum remove maven-remote-resources-plugin.noarch

maven-remote-resources-plugin.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-remote-resources-plugin-1.4
/usr/share/doc/maven-remote-resources-plugin-1.4/DEPENDENCIES
/usr/share/doc/maven-remote-resources-plugin-1.4/LICENSE
/usr/share/doc/maven-remote-resources-plugin-1.4/NOTICE
/usr/share/java/maven-remote-resources-plugin.jar
/usr/share/maven-effective-poms/JPP-maven-remote-resources-plugin.pom
/usr/share/maven-fragments/maven-remote-resources-plugin.xml
/usr/share/maven-poms/JPP-maven-remote-resources-plugin.pom

References

Summary

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