File tree 5 files changed +16
-14
lines changed
maven-surefire-plugin/src/site
maven-surefire-report-plugin/src/site
surefire-providers/src/site
5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 19
19
~ under the License.
20
20
-->
21
21
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" >
25
24
26
25
<body >
27
26
<menu name =" Overview" >
67
66
<item name =" Run tests in a different JVM using toolchains" href =" examples/toolchains.html" />
68
67
</menu >
69
68
</body >
70
- </project >
69
+ </site >
Original file line number Diff line number Diff line change 19
19
~ under the License.
20
20
-->
21
21
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" >
23
24
24
25
<body >
25
26
<menu name =" Overview" >
38
39
<item name =" Linking to Tests" href =" examples/linking-to-tests.html" />
39
40
</menu >
40
41
</body >
41
- </project >
42
+ </site >
Original file line number Diff line number Diff line change 19
19
~ under the License.
20
20
-->
21
21
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" >
23
25
24
26
<custom >
25
27
<fluidoSkin >
48
50
]]>
49
51
</footer >
50
52
</body >
51
- </project >
53
+ </site >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
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" >
24
24
<body >
25
25
<menu name =" Overview" >
26
26
<item name =" Introduction" href =" index.html" />
@@ -32,4 +32,4 @@ under the License.
32
32
<menu ref =" parent" />
33
33
<menu ref =" reports" />
34
34
</body >
35
- </project >
35
+ </site >
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
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" >
24
24
<body >
25
25
26
26
<menu ref =" parent" />
27
27
<menu ref =" modules" />
28
28
<menu ref =" reports" />
29
29
30
30
</body >
31
- </project >
31
+ </site >
You can’t perform that action at this time.
0 commit comments