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

In this tutorial we learn how to install sisu-maven-plugin.noarch in Amazon Linux 2. sisu-maven-plugin.noarch is Sisu plugin for Apache Maven

Introduction

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

What is sisu-maven-plugin.noarch

The Sisu Plugin for Maven provides mojos to generate META-INF/sisu/javax.inject.Named index files for the Sisu container.

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

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

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

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

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

sudo yum remove sisu-maven-plugin.noarch

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

/usr/share/doc/sisu-maven-plugin-1.1
/usr/share/doc/sisu-maven-plugin-1.1/LICENSE-ASL.txt
/usr/share/doc/sisu-maven-plugin-1.1/LICENSE-EPL.txt
/usr/share/doc/sisu-maven-plugin-1.1/README.md
/usr/share/java/sisu-maven-plugin.jar
/usr/share/maven-effective-poms/JPP-sisu-maven-plugin.pom
/usr/share/maven-fragments/sisu-maven-plugin.xml
/usr/share/maven-poms/JPP-sisu-maven-plugin.pom

References

Summary

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