How to Install and Uninstall directory-maven-plugin.noarch Package on Fedora 36

Last updated: October 05,2024

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

Please follow the steps below to install directory-maven-plugin.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the directory-maven-plugin.noarch package on Fedora 36

Last metadata expiration check: 0:09:58 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : directory-maven-plugin
Version : 0.3.1
Release : 6.fc36
Architecture : noarch
Size : 26 k
Source : directory-maven-plugin-0.3.1-6.fc36.src.rpm
Repository : fedora
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.