How To Install maven-remote-resources-plugin on Fedora 36

In this tutorial we learn how to install maven-remote-resources-plugin in Fedora 36. maven-remote-resources-plugin is Maven Remote Resources Plugin

Introduction

In this tutorial we learn how to install maven-remote-resources-plugin on Fedora 36.

What is maven-remote-resources-plugin

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 or dnf to install maven-remote-resources-plugin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install maven-remote-resources-plugin.

Install maven-remote-resources-plugin on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install maven-remote-resources-plugin using dnf by running the following command:

sudo dnf -y install maven-remote-resources-plugin

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

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

How To Uninstall maven-remote-resources-plugin on Fedora 36

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

sudo dnf remove maven-remote-resources-plugin

maven-remote-resources-plugin Package Contents on Fedora 36

/usr/share/doc/maven-remote-resources-plugin
/usr/share/doc/maven-remote-resources-plugin/LICENSE
/usr/share/doc/maven-remote-resources-plugin/NOTICE
/usr/share/java/maven-remote-resources-plugin
/usr/share/java/maven-remote-resources-plugin/maven-remote-resources-plugin.jar
/usr/share/maven-metadata/maven-remote-resources-plugin.xml
/usr/share/maven-poms/maven-remote-resources-plugin
/usr/share/maven-poms/maven-remote-resources-plugin/maven-remote-resources-plugin.pom

References

Summary

In this tutorial we learn how to install maven-remote-resources-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).