Paketname | libmaven-enforcer-plugin-java |
Beschreibung | Maven build rule execution framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0~beta2-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 236 Byte |
Hängt ab von | bsh, libcommons-lang-java, libmaven2-core-java, libplexus-container-default-java, libplexus-utils-ja |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | maven-enforcer |
Paketgröße | 63764 Byte |
Prüfsumme MD5 | 7a193e153145c3e3c07efdb2f460c8cf |
Prüfsumme SHA1 | 1f7e2a6d5f427b0c12d77fc3fc902ddfc3cfd466 |
Prüfsumme SHA256 | 86b3ef6884674f095a182e1a09f179e282ab90b3bdc3a22230682638b0a31cfa |
Link zum Herunterladen | libmaven-enforcer-plugin-java_1.0~beta2-1_all.deb |
Ausführliche Beschreibung | 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.
|