Skip to content

Commit 0c36a51

Browse files
committed
Adjust to new model
(cherry picked from commit f411cdd)
1 parent a971bc7 commit 0c36a51

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

src/site/site.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright The Codehaus Foundation.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
219

3-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
620
<body>
721
<breadcrumbs>
822
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
@@ -19,4 +33,4 @@
1933
<menu ref="parent"/>
2034
<menu ref="reports"/>
2135
</body>
22-
</project>
36+
</site>

0 commit comments

Comments
 (0)