Skip to content

Commit 906b65a

Browse files
Update site descriptors
1 parent 00567b9 commit 906b65a

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

maven-surefire-plugin/src/site/site.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
~ under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2524

2625
<body>
2726
<menu name="Overview">
@@ -67,4 +66,4 @@
6766
<item name="Run tests in a different JVM using toolchains" href="examples/toolchains.html"/>
6867
</menu>
6968
</body>
70-
</project>
69+
</site>

maven-surefire-report-plugin/src/site/site.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
~ under the License.
2020
-->
2121

22-
<project>
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2324

2425
<body>
2526
<menu name="Overview">
@@ -38,4 +39,4 @@
3839
<item name="Linking to Tests" href="examples/linking-to-tests.html"/>
3940
</menu>
4041
</body>
41-
</project>
42+
</site>

src/site/site.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
~ under the License.
2020
-->
2121

22-
<project name="Surefire">
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
24+
name="Surefire">
2325

2426
<custom>
2527
<fluidoSkin>
@@ -48,4 +50,4 @@
4850
]]>
4951
</footer>
5052
</body>
51-
</project>
53+
</site>

surefire-api/src/site/site.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2424
<body>
2525
<menu name="Overview">
2626
<item name="Introduction" href="index.html"/>
@@ -32,4 +32,4 @@ under the License.
3232
<menu ref="parent"/>
3333
<menu ref="reports"/>
3434
</body>
35-
</project>
35+
</site>

surefire-providers/src/site/site.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2424
<body>
2525

2626
<menu ref="parent"/>
2727
<menu ref="modules"/>
2828
<menu ref="reports"/>
2929

3030
</body>
31-
</project>
31+
</site>

0 commit comments

Comments
 (0)