How to Install and Uninstall directory-maven-plugin.noarch Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

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

Please follow the guidance below to install directory-maven-plugin.noarch on CentOS 8 / RHEL 8

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

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

This guide covers the steps necessary to uninstall directory-maven-plugin.noarch on CentOS 8 / RHEL 8:

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

3. Information about the directory-maven-plugin.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:13:47 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : directory-maven-plugin
Version : 0.3.1
Release : 1.module_el8.2.0+460+6583c1d0
Architecture : noarch
Size : 28 k
Source : directory-maven-plugin-0.3.1-1.module_el8.2.0+460+6583c1d0.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.