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

In this tutorial we learn how to install maven-plugin-build-helper.noarch in Amazon Linux 2. maven-plugin-build-helper.noarch is Build Helper Maven Plugin

Introduction

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

What is maven-plugin-build-helper.noarch

This plugin contains various small independent goals to assist with Maven build lifecycle.

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

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

sudo yum -y install maven-plugin-build-helper.noarch

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

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

sudo yum remove maven-plugin-build-helper.noarch

maven-plugin-build-helper.noarch Package Contents on Amazon Linux 2

/usr/share/doc/maven-plugin-build-helper-1.5
/usr/share/doc/maven-plugin-build-helper-1.5/LICENSE-2.0.txt
/usr/share/doc/maven-plugin-build-helper-1.5/header.txt
/usr/share/java/maven-plugin-build-helper
/usr/share/java/maven-plugin-build-helper/build-helper-maven-plugin.jar
/usr/share/maven-effective-poms/JPP.maven-plugin-build-helper-build-helper-maven-plugin.pom
/usr/share/maven-fragments/maven-plugin-build-helper.xml
/usr/share/maven-poms/JPP.maven-plugin-build-helper-build-helper-maven-plugin.pom

References

Summary

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