How to Install and Uninstall directory-maven-plugin.noarch Package on AlmaLinux 8

Last updated: May 18,2024

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

Please follow the steps below to install directory-maven-plugin.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install directory-maven-plugin.noarch

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

Please follow the guidelines below to uninstall directory-maven-plugin.noarch on AlmaLinux 8:

$ sudo dnf remove directory-maven-plugin.noarch $ sudo dnf autoremove

3. Information about the directory-maven-plugin.noarch package on AlmaLinux 8

Last metadata expiration check: 2:26:12 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : directory-maven-plugin
Version : 0.3.1
Release : 2.module_el8.5.0+2589+0ec1386d
Architecture : noarch
Size : 27 k
Source : directory-maven-plugin-0.3.1-2.module_el8.5.0+2589+0ec1386d.src.rpm
Repository : appstream
Summary : Establish locations for files in multi-module builds
URL : https://github.com/jdcasey/directory-maven-plugin
License : ASL 2.0
Description : The Directory Plugin for Maven is used to discover various project-related
: paths, such as the execution root directory, the directory for a specific
: project in the current build session, or the highest project base directory
: (closest to the filesystem root directory) available in the projects loaded
: from disk (not resolved from a remote repository). The plugin will then reflect
: this value to the console, and also inject it into each project's properties
: using the value of the property plugin parameter.