-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsite.xml
More file actions
141 lines (123 loc) · 6.99 KB
/
site.xml
File metadata and controls
141 lines (123 loc) · 6.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<site name="Apache Commons" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<!-- All non-body elements are automatically inherited -->
<!--
! Similarly href entries are converted before they are passed to the template.
! In this case, we want the URL to remain absolute.
! The work-round is to use a dummy suffix that is removed by the template.
! This is due to be fixed in version 2.3 of the site plugin - see MSITE-159, MSHARED-189
! Or use site:stage which does not convert these links ...
-->
<bannerLeft name="Apache Commons" href="https://commons.apache.org.remove.invalid/">
<!--
! Even though the default site.vm template contains code to convert relative links, this is
! actually done before the content is passed to the template, for both site:site and site:stage.
! Unfortunately, this means that the conversion is done in the context of commons-parent, which
! contains the site.xml, rather than in the context of the project being built.
! This means that relative URLs are created with an additional ../ prefix.
! The work-round is to use a dummy absolute URL that can never be used, and then remove this
! as part of the template processing.
! See MSITE-559
-->
<image src="http://dummy.invalid/$relativePath/images/commons-logo.png" alt="Apache Commons logo"/>
</bannerLeft>
<publishDate format="dd MMMM yyyy" position="left" />
<version position="left" />
<skin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-skin</artifactId>
<version>5.2.0</version>
</skin>
<!--
Trying to use
org.apache.maven.skins:maven-fluido-skin:2.0.0-M11 and
org.apache.maven.plugins:maven-site-plugin:3.20.0
builds but scrambles the HTML output for the Changes and Jira report pages.
See also https://lists.apache.org/thread/pgj1gd75hx1dhq9spnl3c70xxt07corx
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0-M11</version>
</skin>
-->
<body>
<!-- Body links are automatically inherited -->
<links>
<item name="ApacheCon" href="https://www.apachecon.com/"/>
<item name="Apache" href="https://www.apache.org"/>
<item name="Commons" href="https://commons.apache.org/" />
</links>
<menu ref="reports" inherit="bottom" />
<menu name="Commons" inherit="bottom">
<item name="Home" href="https://commons.apache.org/" />
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Components" href="https://commons.apache.org/components.html" collapse="true">
<item name="Full list..." href="https://commons.apache.org/components.html" />
</item>
<item name="Sandbox" href="https://commons.apache.org/sandbox/index.html" collapse="true">
<item name="Full list..." href="https://commons.apache.org/sandbox/index.html" />
</item>
<item name="Dormant" href="https://commons.apache.org/dormant/index.html" collapse="true">
<item name="Full list..." href="https://commons.apache.org/dormant/index.html" />
</item>
</menu>
<!-- Should agree with commons-site. Site-relative links don't work here -->
<menu name="General Information" inherit="bottom">
<item name="Security" href="https://commons.apache.org/security.html"/>
<item name="Volunteering" href="https://commons.apache.org/volunteering.html" />
<item name="Contributing Patches" href="https://commons.apache.org/patches.html" />
<item name="Building Components" href="https://commons.apache.org/building.html" />
<item name="Commons Parent POM" href="https://commons.apache.org/commons-parent-pom.html" />
<item name="Commons Build Plugin" href="https://commons.apache.org/build-plugin/index.html" />
<item name="Commons Release Plugin" href="https://commons.apache.org/release-plugin/index.html" />
<item name="Site Publication" href="https://commons.apache.org/site-publish.html" />
<item name="Releasing Components" href="https://commons.apache.org/releases/index.html" />
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/commons/FrontPage" />
</menu>
<!-- Should agree with commons-site -->
<menu name="ASF" inherit="bottom">
<item name="How the ASF works" href="https://www.apache.org/foundation/how-it-works.html" />
<item name="Get Involved" href="https://www.apache.org/foundation/getinvolved.html" />
<item name="Developer Resources" href="https://www.apache.org/dev/" />
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
<item name="Privacy" href="https://privacy.apache.org/policies/privacy-policy-public.html" />
<item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship.html" />
<item name="Thanks" href="https://www.apache.org/foundation/thanks.html" />
</menu>
</body>
<!-- inherited -->
<poweredBy>
<!-- Add ApacheCon logo -->
<logo name="ApacheCon" href="https://www.apache.org/events/current-event.html">
<image src="https://www.apache.org/events/current-event-125x125.png"/>
</logo>
<!-- Keep the default logo as well -->
<logo name="Maven" href="https://maven.apache.org/">
<image src="https://maven.apache.org/images/logos/maven-feather.png"/>
</logo>
</poweredBy>
<!-- inherited -->
<custom>
<!-- @project.name@ will be replaced by the template; if we used ${project.name} it would pick up Commons Parent -->
<footer>
<div class="center">
Apache Commons, Apache @project.name@, Apache, the Apache logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
</div>
</footer>
</custom>
</site>