You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/29 06:20:57 UTC

[maven-enforcer] branch master updated: [MENFORCER-361] Add link to newly introduced rule to index

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new a492546  [MENFORCER-361] Add link to newly introduced rule to index
a492546 is described below

commit a492546f8bbea1e988794e8636e33b9d0a9b3573
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jul 22 10:21:11 2022 +0200

    [MENFORCER-361] Add link to newly introduced rule to index
---
 enforcer-rules/src/site/apt/index.apt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/enforcer-rules/src/site/apt/index.apt b/enforcer-rules/src/site/apt/index.apt
index 1d6771c..5567a6f 100644
--- a/enforcer-rules/src/site/apt/index.apt
+++ b/enforcer-rules/src/site/apt/index.apt
@@ -87,6 +87,8 @@ Built-In Rules
 
   * {{{./requireSameVersions.html}requireSameVersions}} - enforces that specific dependencies and/or plugins have the same version.
 
+  * {{{./requireTextFileChecksum.html}requireTextFileChecksum}} - enforces that the specified text file has a certain checksum (after normalizing line separators).
+
   * {{{./requireUpperBoundDeps.html}requireUpperBoundDeps}} - ensures that every (transitive) dependency is resolved to its specified version or higher.
 
   []