How to Install and Uninstall maven-jarsigner-plugin.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "maven-jarsigner-plugin.noarch" package

Please follow the guidelines below to install maven-jarsigner-plugin.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install maven-jarsigner-plugin.noarch

2. Uninstall "maven-jarsigner-plugin.noarch" package

Please follow the guidelines below to uninstall maven-jarsigner-plugin.noarch on Amazon Linux 2:

$ sudo yum remove maven-jarsigner-plugin.noarch $ sudo yum autoremove

3. Information about the maven-jarsigner-plugin.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : maven-jarsigner-plugin
Arch : noarch
Version : 1.2
Release : 9.amzn2
Size : 41 k
Repo : amzn2-core/2/x86_64
Summary : Signs or verifies a project artifact and attachments using
: jarsigner
URL : http://maven.apache.org/plugins/maven-jarsigner-plugin/
License : ASL 2.0
Description : This plugin provides the capability to sign or verify
: a project artifact and attachments using jarsigner.
:
: If you need to sign a project artifact and all attached artifacts,
: just configure the sign goal appropriately in your pom.xml
: for the signing to occur automatically during the package phase.
:
: If you need to verify the signatures of a project artifact
: and all attached artifacts, just configure the verify goal
: appropriately in your pom.xml for the verification to occur
: automatically during the verify phase.