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 2018/01/24 06:58:23 UTC

maven-wagon git commit: fixed typos and changed Jira url from Codehaus to Apache

Repository: maven-wagon
Updated Branches:
  refs/heads/master 9df892916 -> b9dda3202


fixed typos and changed Jira url from Codehaus to Apache

Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/b9dda320
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/b9dda320
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/b9dda320

Branch: refs/heads/master
Commit: b9dda320239bb78b044832bb7a57c3e159b9dbe4
Parents: 9df8929
Author: Hervé Boutemy <hb...@apache.org>
Authored: Wed Jan 24 07:58:15 2018 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Wed Jan 24 07:58:15 2018 +0100

----------------------------------------------------------------------
 wagon-providers/wagon-scm/src/site/apt/index.apt  |  8 ++++----
 .../wagon-scm/src/site/apt/usage.apt.vm           | 18 ++++++++++--------
 2 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/b9dda320/wagon-providers/wagon-scm/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/wagon-providers/wagon-scm/src/site/apt/index.apt b/wagon-providers/wagon-scm/src/site/apt/index.apt
index 56ba227..0e47696 100644
--- a/wagon-providers/wagon-scm/src/site/apt/index.apt
+++ b/wagon-providers/wagon-scm/src/site/apt/index.apt
@@ -29,7 +29,7 @@
 Maven Wagon SCM
 
  This component is an implementation of Wagon provider for SCM (Source Control Management) systems,
- using {{{http://maven.apache.org/scm}Maven SCM}}.
+ using {{{/scm/}Maven SCM}}.
  
  It enables Maven to use remote repositories stored in SCM systems (Subversion, CVS, ...)
  and to store Maven sites in SCMs.
@@ -45,10 +45,10 @@ Known issues
 
  * If the file is changed by the SCM, the checksum calculation may not work
 
-   * SVN: when a file has properties svn:eol-style or svn:keywords set
+   * SVN: when a file has properties <<<svn:eol-style>>> or <<<svn:keywords>>> set
 
    * CVS: when keywords are expanded
 
  * Generated site may have inconsistent newlines (see {{{http://jira.codehaus.org/browse/MSITE-121}MSITE-121}}),
- preventing SCM check-in: prefer {{{http://maven.apache.org/plugins/maven-scm-publish-plugin/}maven-scm-publish-plugin}} to
- publish your site to SCM
+ preventing SCM check-in: <<prefer {{{/plugins/maven-scm-publish-plugin/}maven-scm-publish-plugin}} to
+ publish your site to SCM>>

http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/b9dda320/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm
----------------------------------------------------------------------
diff --git a/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm b/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm
index 22e4a78..506571c 100644
--- a/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm
+++ b/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm
@@ -32,13 +32,13 @@ Maven Wagon SCM Usage
 
  * <<<wagon-scm>>>,
 
- * {{{http://maven.apache.org/scm/maven-scm-managers/maven-scm-manager-plexus/index.html}<<<maven-scm-manager-plexus>>>}}
+ * {{{/scm/maven-scm-managers/maven-scm-manager-plexus/index.html}<<<maven-scm-manager-plexus>>>}}
 
- * and the {{{http://maven.apache.org/scm/maven-scm-providers/index.html}Maven SCM Provider}} for your SCM system,
+ * and the {{{/scm/maven-scm-providers/index.html}Maven SCM Provider}} for your SCM system,
 
  []
 
- and use URLs in the {{{http://maven.apache.org/scm/scm-url-format.html}SCM format}}.
+ and use URLs in the {{{/scm/scm-url-format.html}SCM format}}.
  
  For non-subversion SCM, you can include the elements <<<scmVersionType>>> and <<<scmVersion>>> in your <<<settings.xml>>> file to
  specify a branch or tag to use. The value of <<<scmVersionType>>> must be one of <<<branch>>> or <<<tag>>>.
@@ -48,21 +48,23 @@ Maven Wagon SCM Usage
 
 Deploying your Maven site to SCM
 
- There are some shortcomings to simply using Wagon SCM provider with site plugin:
+ There are some <<shortcomings>> to simply using Wagon SCM provider with site plugin:
 
- * generated site may have inconsistent newlines (see {{{http://jira.codehaus.org/browse/MSITE-121}MSITE-121}}),
+ * generated site may have inconsistent newlines (see {{{https://issues.apache.org/jira/browse/MSITE-121}MSITE-121}}),
  preventing SCM check-in,
 
  * deploying site to SCM will require obsolete pages deletion, which is not done,
 
  * site plugin way make one commit per file.
 
- Prefer {{{http://maven.apache.org/plugins/maven-scm-publish-plugin/}maven-scm-publish-plugin}} to
- publish your site to SCM
+ []
+
+ <<Prefer {{{http://maven.apache.org/plugins/maven-scm-publish-plugin/}maven-scm-publish-plugin}} to
+ publish your site to SCM>>
 
  <<Note for Maven 3 users:>> The site plugin behaves differently, require these
  be added as dependencies instead of extensions. See
- {{{http://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html}
+ {{{/plugins/maven-site-plugin/examples/adding-deploy-protocol.html}
  Adding a Protocol to Deploy the Site}}.
 
 * Deploying your Maven site to Subversion