How To Install maven-reporting-impl on Fedora 36

In this tutorial we learn how to install maven-reporting-impl in Fedora 36. maven-reporting-impl is Abstract classes to manage report generation

Introduction

In this tutorial we learn how to install maven-reporting-impl on Fedora 36.

What is maven-reporting-impl

Abstract classes to manage report generation, which can be run both * as part of a site generation (as a maven-reporting-api’s MavenReport), * or as a direct standalone invocation (as a maven-plugin-api’s Mojo).

We can use yum or dnf to install maven-reporting-impl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install maven-reporting-impl.

Install maven-reporting-impl 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-reporting-impl using dnf by running the following command:

sudo dnf -y install maven-reporting-impl

Install maven-reporting-impl 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-reporting-impl using yum by running the following command:

sudo yum -y install maven-reporting-impl

How To Uninstall maven-reporting-impl on Fedora 36

To uninstall only the maven-reporting-impl package we can use the following command:

sudo dnf remove maven-reporting-impl

maven-reporting-impl Package Contents on Fedora 36

/usr/share/doc/maven-reporting-impl
/usr/share/doc/maven-reporting-impl/README.md
/usr/share/java/maven-reporting-impl
/usr/share/java/maven-reporting-impl/maven-reporting-impl.jar
/usr/share/licenses/maven-reporting-impl
/usr/share/licenses/maven-reporting-impl/LICENSE
/usr/share/licenses/maven-reporting-impl/NOTICE
/usr/share/maven-metadata/maven-reporting-impl.xml
/usr/share/maven-poms/maven-reporting-impl
/usr/share/maven-poms/maven-reporting-impl/maven-reporting-impl.pom

References

Summary

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