Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f411cdd

Browse filesBrowse files
committed
Adjust to new model
1 parent ead39dd commit f411cdd
Copy full SHA for f411cdd

File tree

Expand file treeCollapse file tree

2 files changed

+19
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-5
lines changed

‎src/site/markdown/index.md

Copy file name to clipboardExpand all lines: src/site/markdown/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Plexus XML Utilities
1+
# Plexus XML Utilities
22

33
A collection of various utility classes to ease working with XML.
44

‎src/site/site.xml

Copy file name to clipboardExpand all lines: src/site/site.xml
+18-4Lines changed: 18 additions & 4 deletions
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
<links>
822
<item name="Plexus Utils" href="../plexus-utils/" />
@@ -22,4 +36,4 @@
2236
<menu ref="parent"/>
2337
<menu ref="reports"/>
2438
</body>
25-
</project>
39+
</site>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.