How To Install maven-reporting-impl.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-reporting-impl.noarch in Amazon Linux 2. maven-reporting-impl.noarch is Abstract classes to manage report generation

Introduction

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

What is maven-reporting-impl.noarch

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). This is a replacement package for maven-shared-reporting-impl

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

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

sudo yum -y install maven-reporting-impl.noarch

How To Uninstall maven-reporting-impl.noarch on Amazon Linux 2

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

sudo yum remove maven-reporting-impl.noarch

maven-reporting-impl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-reporting-impl-2.2
/usr/share/doc/maven-reporting-impl-2.2/LICENSE.txt
/usr/share/java/maven-reporting-impl/maven-reporting-impl.jar
/usr/share/maven-effective-poms/JPP.maven-reporting-impl-maven-reporting-impl.pom
/usr/share/maven-fragments/maven-reporting-impl.xml
/usr/share/maven-poms/JPP.maven-reporting-impl-maven-reporting-impl.pom

References

Summary

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