You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/06/07 19:32:45 UTC

[maven-enforcer] branch master updated: no need for "=true"

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

hboutemy 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 cf7e03b  no need for "=true"
cf7e03b is described below

commit cf7e03bc0c39e0f515624f1ed1eb3787b1939dc4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jun 7 21:32:38 2020 +0200

    no need for "=true"
---
 maven-enforcer-plugin/src/site/apt/usage.apt.vm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/maven-enforcer-plugin/src/site/apt/usage.apt.vm b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
index 21062e2..f4a3790 100644
--- a/maven-enforcer-plugin/src/site/apt/usage.apt.vm
+++ b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
@@ -31,11 +31,11 @@ Usage
 
   See the following links for information about including and configuring plugins in your project:
   
-  *{{{http://maven.apache.org/guides/mini/guide-configuring-plugins.html}Configuring Plugins}}
+  *{{{/guides/mini/guide-configuring-plugins.html}Configuring Plugins}}
   
-  *{{{http://maven.apache.org/guides/plugin/guide-java-plugin-development.html}Plugin Development}}
+  *{{{/guides/plugin/guide-java-plugin-development.html}Plugin Development}}
 
-  *{{{http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}}
+  *{{{/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}}
   
   []
 
@@ -45,7 +45,7 @@ Usage
    <<<pom.xml>>>. The enforcers execute the configured rules to check for certain constraints. 
    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.
+   * {{{./enforce-mojo.html#skip}skip}} - a quick way to skip checks via a profile or using <<<-Denforcer.skip>>> from the command line.
    
    * {{{./enforce-mojo.html#fail}fail}} - if the goal should fail the build when a rule fails. The default is <<<true>>>. If false, the errors will be logged as warnings.
    
@@ -118,4 +118,4 @@ Usage
        JDK Version: 1.5.0_11 normalized as: 1.5.0-11
        OS Info: Arch: x86 Family: windows Name: windows xp Version: 5.1
 +---+
-  
\ No newline at end of file
+