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 2017/12/06 22:49:55 UTC

svn commit: r1817323 - in /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples: creatingskins.apt templatefile.apt.vm

Author: hboutemy
Date: Wed Dec  6 22:49:55 2017
New Revision: 1817323

URL: http://svn.apache.org/viewvc?rev=1817323&view=rev
Log:
fixed code locations now in git

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt
    maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt?rev=1817323&r1=1817322&r2=1817323&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt Wed Dec  6 22:49:55 2017
@@ -49,7 +49,7 @@ Creating Skins
     * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site
 
     * Since Maven Site Plugin 3.5, an optional {{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}}
-    in <<</META-INF/maven/skin.vm>>> containing meta-data about the skin
+    in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin
 
 * Building
 
@@ -66,14 +66,14 @@ Creating Skins
 
   If you are interested in constructing your own CSS, it is recommended that
   you copy the file
-  {{{https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
+  {{{https://github.com/apache/maven-default-skin/tree/master/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
   from Maven Default Skin and modify it to suit your needs.
 
 * Customizing the HTML Output with a Velocity Template
 
   The format of the Velocity template is currently out of scope for this
   document. To attempt this, start by copying
-  <<<{{{https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>>
+  <<<{{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>>
   to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then
   modify it to your needs.
 

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm?rev=1817323&r1=1817322&r2=1817323&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm Wed Dec  6 22:49:55 2017
@@ -91,7 +91,7 @@ mvn site
 +-----+
 
   If you do not want to start from scratch you can start with the
-  {{{https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default template}}
+  {{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default template}}
   that is used by the Site Plugin.
 
   For more information about Velocity, see