maven-enforcer 1.0-1 source package in Ubuntu

Changelog

maven-enforcer (1.0-1) unstable; urgency=low

  * Team upload
  * New upstream release.
  * Add more Build-Depends.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:14:46 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java
Precise release universe java

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-enforcer_1.0.orig.tar.gz 81.1 KiB c78869aba02c4860b451ba38abd20a04a63ed69cc9bf941b097de5d6ba3cecb9
maven-enforcer_1.0-1.debian.tar.gz 2.6 KiB 8b76cdeed187860021d6c35aa0da9a41790f6ca4fae83cf118e934578a9f225c
maven-enforcer_1.0-1.dsc 1.7 KiB fd3aa1742cf6b5817ab6c027f2363e06ab94257f80c2cfce1b91deae74fd337e

Available diffs

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.