[ 源代码: maven-enforcer ]
软件包:libmaven-enforcer-plugin-java(3.0.0~M2-1)
libmaven-enforcer-plugin-java 的相关链接
Debian 的资源:
下载源码包 maven-enforcer:
- [maven-enforcer_3.0.0~M2-1.dsc]
- [maven-enforcer_3.0.0~M2.orig.tar.xz]
- [maven-enforcer_3.0.0~M2-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.11)
- encoder and decoders such as Base64 and hexadecimal codec
-
- dep: libcommons-lang3-java (>= 3.8)
- Apache Commons Lang utility classes
-
- dep: libmaven-common-artifact-filters-java (>= 3.0.1)
- Maven Common Artifact Filters
-
- dep: libmaven-dependency-tree-java (>= 3.0.1)
- Maven Dependency Tree
-
- dep: libmaven3-core-java (>= 3.5.4)
- Core libraries for Maven 3
-
- dep: libplexus-container-default-java
- Plexus Inversion-of-control Container
-
- dep: libplexus-utils-java
- 软件包暂时不可用