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

In this tutorial we learn how to install jetty-version-maven-plugin.noarch in Amazon Linux 2. jetty-version-maven-plugin.noarch is Jetty version management Maven plugin

Introduction

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

What is jetty-version-maven-plugin.noarch

Jetty version management Maven plugin

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

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

sudo yum -y install jetty-version-maven-plugin.noarch

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

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

sudo yum remove jetty-version-maven-plugin.noarch

jetty-version-maven-plugin.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jetty-version-maven-plugin-1.0.7
/usr/share/doc/jetty-version-maven-plugin-1.0.7/LICENSE-APACHE-2.0.txt
/usr/share/doc/jetty-version-maven-plugin-1.0.7/LICENSE-ECLIPSE-1.0.html
/usr/share/doc/jetty-version-maven-plugin-1.0.7/notice.html
/usr/share/java/jetty-version-maven-plugin
/usr/share/java/jetty-version-maven-plugin/jetty-version-maven-plugin.jar
/usr/share/maven-effective-poms/JPP.jetty-version-maven-plugin-jetty-version-maven-plugin.pom
/usr/share/maven-fragments/jetty-version-maven-plugin.xml
/usr/share/maven-poms/JPP.jetty-version-maven-plugin-jetty-version-maven-plugin.pom

References

Summary

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