You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/07/31 12:02:27 UTC

[maven-enforcer] 05/05: update site index with new rule

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

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

commit a1925c99a407c4552fe067aaeb9694d8832831b5
Author: Tim <ti...@dpgmedia.nl>
AuthorDate: Fri Jul 31 11:53:43 2020 +0200

    update site index with new rule
---
 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 fe43cc9..6a88480 100644
--- a/enforcer-rules/src/site/apt/index.apt
+++ b/enforcer-rules/src/site/apt/index.apt
@@ -61,6 +61,8 @@ Built-In Rules
 
   * {{{./requireFilesSize.html}requireFilesSize}} - enforces that the list of files exists and is within a certain size range.
 
+  * {{{./requireJavaVendor.html}requireJavaVendor}} - enforces the JDK vendor.
+
   * {{{./requireJavaVersion.html}requireJavaVersion}} - enforces the JDK version.
 
   * {{{./requireMavenVersion.html}requireMavenVersion}} - enforces the Maven version.