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

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

Introduction

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

What is exec-maven-plugin.noarch

A plugin to allow execution of system and Java programs

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

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

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

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

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

sudo yum remove exec-maven-plugin.noarch

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

/usr/share/doc/exec-maven-plugin-1.2.1
/usr/share/doc/exec-maven-plugin-1.2.1/LICENSE-2.0.txt
/usr/share/doc/exec-maven-plugin-1.2.1/LICENSE.txt
/usr/share/java/exec-maven-plugin
/usr/share/java/exec-maven-plugin/exec-maven-plugin.jar
/usr/share/maven-effective-poms/JPP.exec-maven-plugin-exec-maven-plugin.pom
/usr/share/maven-fragments/exec-maven-plugin.xml
/usr/share/maven-poms/JPP.exec-maven-plugin-exec-maven-plugin.pom

References

Summary

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