This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9561091 fixed typo & .htaccess replaced by symbolic links done by Ant
9561091 is described below
commit 95610910ce9b28bdb5f8d7b13cc1ecab93d3cf79
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue May 1 06:00:12 2018 +0200
fixed typo & .htaccess replaced by symbolic links done by Ant
---
.../website/deploy-component-reference-documentation.apt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/content/apt/developers/website/deploy-component-reference-documentation.apt
b/content/apt/developers/website/deploy-component-reference-documentation.apt
index e8a1c5a..6b44f09 100644
---
a/content/apt/developers/website/deploy-component-reference-documentation.apt
+++
b/content/apt/developers/website/deploy-component-reference-documentation.apt
@@ -30,7 +30,7 @@
Introduction
This document gives step-by-step instructions for deploying
- Maven components reference documentation inside the Maven
{{{/}http:s//maven.apache.org/}} website.
+ Maven components reference documentation inside the Maven
{{{/}https://maven.apache.org/}} website.
See {{{./index.html}Maven website introduction}} for instructions on the
whole website publication (main site content + components).
@@ -50,7 +50,7 @@ How components reference documentation publication works
* Staging component reference documentation
- Reference documentation of a component is staged in
<<<http://maven.apache.org/xxx-archives/yyy-LATEST/>>>, where <<<yyy>>> is the
+ Reference documentation of a component is staged in
<<<https://maven.apache.org/xxx-archives/yyy-LATEST/>>>, where <<<yyy>>> is the
component name and <<<xxx>>> can be:
* the component type, like <<<shared>>>, <<<plugins>>>, <<<skins>>>, ... (see
@@ -94,8 +94,9 @@ mvn scm-publish:publish-scm
[]
<<Notice>>: content is in fact published to {{/components/}} directory,
- and rewrite rules in <<<.htaccess>>> detect files not found in main site to
try
- {{/components/}} content instead (see
{{{https://issues.apache.org/jira/browse/MPOM-80}MPOM-80}}).
+ and symbolic links declared in <<<resources/**/components.links>>> in main
site source are used by Ant to
+ create a reference from <<</xxx>>> (= what we want to be user-visible) to
<<</components/xxx>>> (what what is
+ checked out).
* Publishing versioned component reference documentation
--
To stop receiving notification emails like this one, please contact
[email protected].