Author: hboutemy Date: Sat Jun 17 09:42:28 2017 New Revision: 1799000 URL: http://svn.apache.org/viewvc?rev=1799000&view=rev Log: "built-in rules" instead of "standard rules"
Modified: maven/enforcer/trunk/enforcer-rules/src/site/apt/index.apt maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml Modified: maven/enforcer/trunk/enforcer-rules/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/src/site/apt/index.apt?rev=1799000&r1=1798999&r2=1799000&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-rules/src/site/apt/index.apt (original) +++ maven/enforcer/trunk/enforcer-rules/src/site/apt/index.apt Sat Jun 17 09:42:28 2017 @@ -16,16 +16,16 @@ ~~ under the License. ------ - Standard Rules + Built-In Rules ------ Brian Fox ------ 2015-01-27 ------ -Standard Rules +Built-In Rules - The following standard rules ship along with the enforcer plugin: + The following built-in rules ship along with the enforcer plugin: * {{{./alwaysFail.html}alwaysFail}} - Always fail... used to test plugin configuration. Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt?rev=1799000&r1=1798999&r2=1799000&view=diff ============================================================================== --- maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt (original) +++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt Sat Jun 17 09:42:28 2017 @@ -25,7 +25,8 @@ Maven Enforcer Plugin - The Loving Iron Fist of Maven\x99 - The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules and user created rules. + The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family + along with many more built-in rules and user created rules. * Goals Overview @@ -33,7 +34,7 @@ Maven Enforcer Plugin - The Loving Iron *{{{./enforce-mojo.html}enforcer:enforce}} executes rules for each project in a multi-project build. - *{{{./display-info-mojo.html}enforcer:display-info}} display the current information as detected by the standard rules. + *{{{./display-info-mojo.html}enforcer:display-info}} display the current information as detected by the built-in rules. * Usage Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm?rev=1799000&r1=1798999&r2=1799000&view=diff ============================================================================== --- maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm (original) +++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm Sat Jun 17 09:42:28 2017 @@ -43,7 +43,7 @@ Usage This goal is meant to be bound to a lifecycle phase and configured in your <<<pom.xml>>>. The enforcers execute the configured rules to check for certain constraints. - The available standard rules are described {{{../enforcer-rules/index.html}here}}. Besides the rules to execute, these goals support three options: + The available built-in rules are described {{{../enforcer-rules/index.html}here}}. Besides the rules to execute, these goals support three options: * {{{./enforce-mojo.html#skip}skip}} - a quick way to skip checks via a profile or using <<<-Denforcer.skip=true>>> from the command line. @@ -55,7 +55,7 @@ Usage Each rule to be executed should be added to the rules element along with the specific configuration for that rule. - As of version 1.4 you may add a <<<level>>> element to the standard rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When + As of version 1.4, you may add a <<<level>>> element to the rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When <<<level>>> <<<WARN>>> is specified, the rule will only spit out a warning but will not fail the build. Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml?rev=1799000&r1=1798999&r2=1799000&view=diff ============================================================================== --- maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml (original) +++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml Sat Jun 17 09:42:28 2017 @@ -28,7 +28,7 @@ under the License. <item name="Goals" href="plugin-info.html"/> <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> - <item name="Standard Rules" href="../../enforcer/enforcer-rules/index.html"/> + <item name="Built-In Rules" href="../../enforcer/enforcer-rules/index.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"/>