[ 源代码: maven-enforcer ]
软件包:libmaven-enforcer-plugin-java(3.1.0-1)
libmaven-enforcer-plugin-java 的相关链接
Debian 的资源:
下载源码包 maven-enforcer:
- [maven-enforcer_3.1.0-1.dsc]
- [maven-enforcer_3.1.0.orig.tar.xz]
- [maven-enforcer_3.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [maven.apache.org]
相似软件包:
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.
其他与 libmaven-enforcer-plugin-java 有关的软件包
|
|
|
|
-
- dep: libbsh-java (>= 2.0b4)
- Java scripting environment (BeanShell) Version 2 (library)
-
- dep: libcommons-codec-java (>= 1.15)
- encoder and decoders such as Base64 and hexadecimal codec
-
- dep: libcommons-io-java (>= 2.11.0)
- Common useful IO related classes
-
- dep: libcommons-lang3-java (>= 3.12.0)
- Apache Commons Lang utility classes
-
- dep: libmaven-dependency-tree-java (>= 3.2.1)
- Maven Dependency Tree
-
- dep: libmaven-parent-java (>= 35)
- Maven metadata for Apache Maven itself
-
- dep: libmaven-resolver-java (>= 1.6.3)
- Library to handle Java artifact repositories
-
- dep: libmaven-shared-utils-java (>= 3.3.4)
- Replacement for plexus-utils in Maven
-
- dep: libmaven3-core-java (>= 3.8.7)
- Core libraries for Maven 3
-
- dep: libplexus-utils2-java (>= 3.4.2)
- utilities for the Plexus framework