This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MENFORCER-317 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 5d7439513a7b6007fa02570bcbd4506aa14919c0 Author: Jason Dillon <jdil...@users.noreply.github.com> AuthorDate: Mon Aug 27 16:31:47 2018 -0700 [MENFORCER-315] - Add thirdparty rules page to the enforcer site o Add thirdparty-rules page to site for enumerating thirdparty Maven Enforcer rules; o Add link to Sonatype OSS Index rules documentation --- .../src/site/apt/thirdparty-rules.apt | 28 ++++++++++++++++++++++ maven-enforcer-plugin/src/site/site.xml | 1 + 2 files changed, 29 insertions(+) diff --git a/maven-enforcer-plugin/src/site/apt/thirdparty-rules.apt b/maven-enforcer-plugin/src/site/apt/thirdparty-rules.apt new file mode 100644 index 0000000..515925b --- /dev/null +++ b/maven-enforcer-plugin/src/site/apt/thirdparty-rules.apt @@ -0,0 +1,28 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + + ------ + Thirdparty Rules + ------ + Jason Dillon + ------ + 2018-08-27 + ------ + +Thirdparty Rules + + * {{{https://sonatype.github.io/ossindex-maven/enforcer-rules/}Sonatype OSS Index - Ban Vulnerable Dependencies}} diff --git a/maven-enforcer-plugin/src/site/site.xml b/maven-enforcer-plugin/src/site/site.xml index 9caae07..06e160e 100644 --- a/maven-enforcer-plugin/src/site/site.xml +++ b/maven-enforcer-plugin/src/site/site.xml @@ -29,6 +29,7 @@ under the License. <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> <item name="Built-In Rules" href="../../enforcer/enforcer-rules/index.html"/> + <item name="Thirdparty Rules" href="thirdparty-rules.html"/> <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 --> <item name="License" href="http://www.apache.org/licenses/"/> <item name="Download" href="../download.html"/>