maven-enforcer 3.0.0~M2-1~18.04.1 source package in Ubuntu

Changelog

maven-enforcer (3.0.0~M2-1~18.04.1) bionic; urgency=medium

  * Backport from Cosmic.
  * Update to fix build failures. (LP: #1814133)

maven-enforcer (3.0.0~M2-1) unstable; urgency=medium

  * Team upload.

  [ Geert Stappers ]
  * VCS now at Salsa

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patch
  * Fixed the build failure with maven-dependency-tree 3.0 (Closes: #880888)
  * Modified debian/watch to mangle the milestone versions
  * Use XZ compression for the upstream tarball
  * Track and download the new releases from GitHub
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11

 -- Tiago Stürmer Daitx <email address hidden>  Thu, 21 Feb 2019 16:38:14 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-enforcer_3.0.0~M2.orig.tar.xz 156.4 KiB 85a366625dbda2b8d6932a10967aea427fe3ac3d9d27769a494ae42cf8c00633
maven-enforcer_3.0.0~M2-1~18.04.1.debian.tar.xz 5.0 KiB d28344b6d152aef2adeac1bb32faf706ea3fc0cc65871221d96936d344bfffa7
maven-enforcer_3.0.0~M2-1~18.04.1.dsc 2.4 KiB 93b2192793dd00a8f4d3718446835871309d1eab1f547917802fb6114d0bcabf

View changes file

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.