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

Last updated: November 24,2024

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

This is a short guide on how to install directory-maven-plugin.noarch on Oracle Linux 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 Oracle Linux 8:

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

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

Last metadata expiration check: 5:02:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : directory-maven-plugin
Version : 0.3.1
Release : 2.module+el8.5.0+20412+d5323b81
Architecture : noarch
Size : 28 k
Source : directory-maven-plugin-0.3.1-2.module+el8.5.0+20412+d5323b81.src.rpm
Repository : ol8_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.