maven-enforcer 3.1.0-1 source package in Ubuntu

Changelog

maven-enforcer (3.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Depend on libmaven-parent-java
    - Depend on libmaven-dependency-tree-java (>= 3.1)
    - Fixed the compatibility with maven-dependency-tree 3.2
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 15:38:25 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-enforcer_3.1.0-1.dsc 2.4 KiB 9d5a50c36569df7e27e88306f74dea1a7f0c6498214947aaa43c02095c2b808d
maven-enforcer_3.1.0.orig.tar.xz 172.0 KiB df0ff4a6007e79a320e314c0fe6de540ea4533cd70366426c339e39c56e0171e
maven-enforcer_3.1.0-1.debian.tar.xz 3.4 KiB 0201596569902005ecb9b1fe967c507d2de9663f3166e89899a558bb641dfd69

Available diffs

No changes file available.

Binary packages built by this source

libmaven-enforcer-plugin-java: 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.