Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 111af37

Browse files
committed
fixed code locations now in git
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1817323 13f79535-47bb-0310-9956-ffa450edef68
1 parent 18213f0 commit 111af37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maven-site-plugin/src/site/apt/examples/creatingskins.apt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Creating Skins
4949
* An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site
5050

5151
* Since Maven Site Plugin 3.5, an optional {{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}}
52-
in <<</META-INF/maven/skin.vm>>> containing meta-data about the skin
52+
in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin
5353

5454
* Building
5555

@@ -66,14 +66,14 @@ Creating Skins
6666

6767
If you are interested in constructing your own CSS, it is recommended that
6868
you copy the file
69-
{{{https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
69+
{{{https://github.com/apache/maven-default-skin/tree/master/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
7070
from Maven Default Skin and modify it to suit your needs.
7171

7272
* Customizing the HTML Output with a Velocity Template
7373

7474
The format of the Velocity template is currently out of scope for this
7575
document. To attempt this, start by copying
76-
<<<{{{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}}>>>
76+
<<<{{{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}}>>>
7777
to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then
7878
modify it to your needs.
7979

maven-site-plugin/src/site/apt/examples/templatefile.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mvn site
9191
+-----+
9292

9393
If you do not want to start from scratch you can start with the
94-
{{{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}}
94+
{{{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}}
9595
that is used by the Site Plugin.
9696

9797
For more information about Velocity, see

0 commit comments

Comments
 (0)