DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibmaven-enforcer-plugin-java
BeschreibungMaven build rule execution framework
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.0~beta2-1
Sektionjava
Prioritätoptional
Installierte Größe236 Byte
Hängt ab vonbsh, libcommons-lang-java, libmaven2-core-java, libplexus-container-default-java, libplexus-utils-ja
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quellemaven-enforcer
Paketgröße63764 Byte
Prüfsumme MD57a193e153145c3e3c07efdb2f460c8cf
Prüfsumme SHA11f7e2a6d5f427b0c12d77fc3fc902ddfc3cfd466
Prüfsumme SHA25686b3ef6884674f095a182e1a09f179e282ab90b3bdc3a22230682638b0a31cfa
Link zum Herunterladenlibmaven-enforcer-plugin-java_1.0~beta2-1_all.deb
Ausführliche BeschreibungEnforcer 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.


Impressum
Linux is a registered trademark of Linus Torvalds