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/06/18 22:25:21 UTC

[maven-site] branch master updated: [INFRA-16467] move components documentation out of CMS space

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ad2e3e  [INFRA-16467] move components documentation out of CMS space
1ad2e3e is described below

commit 1ad2e3ed5aa6d2bec17e06025a88a59eb82da1d9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 19 00:23:24 2018 +0200

    [INFRA-16467] move components documentation out of CMS space
---
 .../developers/website/deploy-component-reference-documentation.apt | 6 +++---
 content/apt/developers/website/index.apt                            | 4 ++--
 .../developers/website/component-reference-documentation-helper.md  | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/apt/developers/website/deploy-component-reference-documentation.apt b/content/apt/developers/website/deploy-component-reference-documentation.apt
index 6b44f09..383a780 100644
--- a/content/apt/developers/website/deploy-component-reference-documentation.apt
+++ b/content/apt/developers/website/deploy-component-reference-documentation.apt
@@ -118,7 +118,7 @@ mvn scm-publish:publish-scm
  * Unix:
 
 +----------+
-SVNPUBSUB=https://svn.apache.org/repos/infra/websites/production/maven/components
+SVNPUBSUB=https://svn.apache.org/repos/asf/maven/website/components
 
 svn cp $SVNPUBSUB/xxx-archives/yyy-LATEST $SVNPUBSUB/xxx-archives/yyy-$version -m "Archive versioned site."
 
@@ -129,7 +129,7 @@ svn cp $SVNPUBSUB/xxx-archives/yyy-$version $SVNPUBSUB/xxx/yyy -m "Publish new s
  * Windows:
 
 +----------+
-set SVNPUBSUB=https://svn.apache.org/repos/infra/websites/production/maven/components
+set SVNPUBSUB=https://svn.apache.org/repos/asf/maven/website/components
 
 svn cp %SVNPUBSUB%/xxx-archives/yyy-LATEST %SVNPUBSUB%/xxx-archives/yyy-$version -m "Archive versioned site."
 
@@ -143,7 +143,7 @@ svn cp %SVNPUBSUB%/xxx-archives/yyy-$version %SVNPUBSUB%/xxx/yyy -m "Publish new
 
 +----------+
 svnmucc -m "Publish yyy $version documentation" \
-  -U https://svn.apache.org/repos/infra/websites/production/maven/components \
+  -U https://svn.apache.org/repos/asf/maven/website/components \
   cp HEAD xxx-archives/yyy-LATEST xxx-archives/yyy-$version \
   rm xxx/yyy \
   cp HEAD xxx-archives/yyy-LATEST xxx/yyy
diff --git a/content/apt/developers/website/index.apt b/content/apt/developers/website/index.apt
index 345acbe..a9c143f 100644
--- a/content/apt/developers/website/index.apt
+++ b/content/apt/developers/website/index.apt
@@ -44,11 +44,11 @@ Introduction
 
  * <<</>>> comes from {{{https://svn.apache.org/viewvc/maven/website/content/}https://svn.apache.org/repos/asf/maven/website/content/}}
 
- * {{{https://maven.apache.org/components}<<</components>>>}} comes from {{https://svn.apache.org/repos/infra/websites/production/maven/components/}}
+ * {{{https://maven.apache.org/components}<<</components>>>}} comes from {{https://svn.apache.org/repos/asf/maven/website/components/}}
 
  * <<</doxia>>> comes from {{{https://svn.apache.org/viewvc/maven/doxia/website/content/}https://svn.apache.org/repos/asf/maven/doxia/website/content/}}
 
- * {{{https://maven.apache.org/doxia/components}<<</doxia/components>>>}} comes from {{https://svn.apache.org/repos/infra/websites/production/maven-doxia/components/}}
+ * {{{https://maven.apache.org/doxia/components}<<</doxia/components>>>}} comes from {{https://svn.apache.org/repos/asf/maven/doxia/website/components/}}
 
  []
 
diff --git a/content/markdown/developers/website/component-reference-documentation-helper.md b/content/markdown/developers/website/component-reference-documentation-helper.md
index c06b4a7..d2e0ac4 100644
--- a/content/markdown/developers/website/component-reference-documentation-helper.md
+++ b/content/markdown/developers/website/component-reference-documentation-helper.md
@@ -31,7 +31,7 @@ version: <input type="text" name="version" id="version"></input><br/>
 <tr><td colspan="3">
 <h3>instructions to publish component release documentation</h3>
 <pre id="svnmucc">svnmucc -m "Publish ${artifactId} ${version} documentation" \
-  -U https://svn.apache.org/repos/infra/websites/production/maven/components \
+  -U https://svn.apache.org/repos/asf/maven/website/components \
   cp HEAD ${category}-archives/${artifactId}-LATEST ${category}-archives/${artifactId}-${version} \
   rm ${category}/${artifactId} \
   cp HEAD ${category}-archives/${artifactId}-LATEST ${category}/${artifactId}</pre>
@@ -75,7 +75,7 @@ function instructions() {
     svnmucc = replaceAll(svnmucc, '${artifactId}-${version} \\', '${version}\n\n');
   }
   if (category.indexOf("doxia") == 0) {
-    svnmucc = replaceAll(svnmucc, 'maven/components', 'maven-doxia/components');
+    svnmucc = replaceAll(svnmucc, 'maven/website/components', 'maven/doxia/website/components');
     if (category != "doxia-tools") {
       document.getElementById('artifactId').value = category;
     }