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

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

Introduction

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

What is maven-reporting-api.noarch

API to manage report generation. Maven-reporting-api is included in Maven 2.x core distribution, but moved to shared components to achieve report decoupling from Maven 3 core. This is a replacement package for maven-shared-reporting-api

We can use yum to install maven-reporting-api.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-api.noarch.

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

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

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

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

sudo yum remove maven-reporting-api.noarch

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

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

References

Summary

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