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-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 8917e27 fixed code locations now in git 8917e27 is described below commit 8917e278d67d67f6c245aad3e0c23cb18accfdc5 Author: Herve Boutemy <hbout...@apache.org> AuthorDate: Wed Dec 6 22:49:55 2017 +0000 fixed code locations now in git git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1817323 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/examples/creatingskins.apt | 6 +++--- src/site/apt/examples/templatefile.apt.vm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/apt/examples/creatingskins.apt b/src/site/apt/examples/creatingskins.apt index c9deee0..874d948 100644 --- a/src/site/apt/examples/creatingskins.apt +++ b/src/site/apt/examples/creatingskins.apt @@ -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. diff --git a/src/site/apt/examples/templatefile.apt.vm b/src/site/apt/examples/templatefile.apt.vm index a1ec826..cd5608e 100644 --- a/src/site/apt/examples/templatefile.apt.vm +++ b/src/site/apt/examples/templatefile.apt.vm @@ -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 -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].