How To Install maven-surefire-report-parser.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-surefire-report-parser.noarch in Amazon Linux 2. maven-surefire-report-parser.noarch is Parses report output files from surefire

Introduction

In this tutorial we learn how to install maven-surefire-report-parser.noarch on Amazon Linux 2.

What is maven-surefire-report-parser.noarch

Plugin for parsing report output files from surefire.

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

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

sudo yum -y install maven-surefire-report-parser.noarch

How To Uninstall maven-surefire-report-parser.noarch on Amazon Linux 2

To uninstall only the maven-surefire-report-parser.noarch package we can use the following command:

sudo yum remove maven-surefire-report-parser.noarch

maven-surefire-report-parser.noarch Package Contents on Amazon Linux 2

/usr/share/java/maven-surefire/surefire-report-parser.jar
/usr/share/maven-effective-poms/JPP.maven-surefire-surefire-report-parser.pom
/usr/share/maven-fragments/maven-surefire-report-parser.xml
/usr/share/maven-poms/JPP.maven-surefire-surefire-report-parser.pom

References

Summary

In this tutorial we learn how to install maven-surefire-report-parser.noarch on Amazon Linux 2 using yum.