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

Last updated: September 20,2024

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

Please follow the guidelines below to install directory-maven-plugin.noarch on Rocky Linux 8

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

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

Please follow the guidance below to uninstall directory-maven-plugin.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:30:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : directory-maven-plugin
Version : 0.3.1
Release : 2.module+el8.5.0+676+5f023c1e
Architecture : noarch
Size : 27 k
Source : directory-maven-plugin-0.3.1-2.module+el8.5.0+676+5f023c1e.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.