How to Install and Uninstall libmaven-enforcer-plugin-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libmaven-enforcer-plugin-java" package

This guide let you learn how to install libmaven-enforcer-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmaven-enforcer-plugin-java

2. Uninstall "libmaven-enforcer-plugin-java" package

Please follow the instructions below to uninstall libmaven-enforcer-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmaven-enforcer-plugin-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmaven-enforcer-plugin-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmaven-enforcer-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: maven-enforcer
Version: 1.0.1-1
Depends: libbsh-java (>= 2.0b4), libcommons-lang-java, libmaven-common-artifact-filters-java, libmaven-dependency-tree-java, libmaven2-core-java, libplexus-container-default-java, libplexus-i18n-java, libplexus-utils-java
Filename: pool/universe/m/maven-enforcer/libmaven-enforcer-plugin-java_1.0.1-1_all.deb
Size: 73436
MD5sum: 4317f472dcf9466e16ed4b147cae706e
SHA1: 41c6cbc3c586d140d426414a0d7e2b4890a95706
SHA256: 18b9ba1b622346f9fa238481b20d2d584990892643add00da50d2988842c1240
Description-en: Maven build rule execution framework
Enforcer is a Maven build rule execution framework.
Maven Enforcer Plugin provides goals to control certain environmental
constraints such as Maven version, JDK version and OS family along with many
more standard rules:
* alwaysPass - Always passes... used to test plugin configuration.
* alwaysFail - Always fail... used to test plugin configuration.
* bannedDependencies - enforces that excluded dependencies aren't included.
* evaluateBeanshell - evaluates a beanshell script.
* requireReleaseDeps - enforces that no snapshots are included as
dependencies.
* requireReleaseVersion - enforces that the artifact is not a snapshot.
* requireMavenVersion - enforces the Maven version.
* requireJavaVersion - enforces the JDK version.
* requireOS - enforces the OS / CPU Archictecture.
* requirePluginVersions - enforces that all plugins have a specified version.
* requireProperty - enforces the existence and values of properties.
* requireFilesDontExist - enforces that the list of files do not exist.
* requireFilesExist - enforces that the list of files do exist.
* requireFilesSize - enforces that the list of files exist and are within a
certain size range.
Custom rules are easy to make with the maven-enforcer-rule-api.
Description-md5: c0d090850f16fffc77c7f0d0b89503c8
Homepage: http://maven.apache.org/enforcer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu