How to Install and Uninstall maven-jarsigner-plugin Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "maven-jarsigner-plugin" package

Please follow the instructions below to install maven-jarsigner-plugin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install maven-jarsigner-plugin

2. Uninstall "maven-jarsigner-plugin" package

This is a short guide on how to uninstall maven-jarsigner-plugin on openSuSE Tumbleweed:

$ sudo zypper remove maven-jarsigner-plugin

3. Information about the maven-jarsigner-plugin package on openSuSE Tumbleweed

Information for package maven-jarsigner-plugin:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : maven-jarsigner-plugin
Version : 3.0.0-4.3
Arch : noarch
Vendor : openSUSE
Installed Size : 54.9 KiB
Installed : No
Status : not installed
Source package : maven-jarsigner-plugin-3.0.0-4.3.src
Upstream URL : http://maven.apache.org/plugins/maven-jarsigner-plugin/
Summary : Plugin to sign/verify a project artifact and attachments using jarsigner
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.