This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
maven-site-plugin/src/site/apt/examples Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Creating Skins
49
49
* An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site
50
50
51
51
* 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
53
53
54
54
* Building
55
55
@@ -66,14 +66,14 @@ Creating Skins
66
66
67
67
If you are interested in constructing your own CSS, it is recommended that
68
68
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>>>}}
70
70
from Maven Default Skin and modify it to suit your needs.
71
71
72
72
* Customizing the HTML Output with a Velocity Template
73
73
74
74
The format of the Velocity template is currently out of scope for this
75
75
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}}>>>
77
77
to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then
78
78
modify it to your needs.
79
79
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ mvn site
91
91
+-----+
92
92
93
93
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}}
95
95
that is used by the Site Plugin.
96
96
97
97
For more information about Velocity, see
You can’t perform that action at this time.
0 commit comments