How To Install maven-verifier-plugin.noarch on Amazon Linux 2

In this tutorial we learn how to install maven-verifier-plugin.noarch in Amazon Linux 2. maven-verifier-plugin.noarch is Maven Verifier Plugin

Introduction

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

What is maven-verifier-plugin.noarch

Assists in integration testing by means of evaluating success/error conditions read from a configuration file.

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

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

sudo yum -y install maven-verifier-plugin.noarch

How To Uninstall maven-verifier-plugin.noarch on Amazon Linux 2

To uninstall only the maven-verifier-plugin.noarch package we can use the following command:

sudo yum remove maven-verifier-plugin.noarch

maven-verifier-plugin.noarch Package Contents on Amazon Linux 2

/usr/share/java/maven-verifier-plugin.jar
/usr/share/maven-fragments/maven-verifier-plugin
/usr/share/maven-poms/JPP-maven-verifier-plugin.pom

References

Summary

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