File tree 4 files changed +63
-25
lines changed
jenkins-client-it-docker/src/site
4 files changed +63
-25
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
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" >
6
+
7
+ <body >
8
+ <menu ref =" parent" inherit =" top" />
9
+ <menu ref =" modules" inherit =" top" />
10
+ <menu ref =" reports" inherit =" bottom" />
11
+ </body >
12
+ </project >
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" >
6
6
7
- <skin >
8
- <groupId >org.apache.maven.skins</groupId >
9
- <artifactId >maven-fluido-skin</artifactId >
10
- <version >1.5</version >
11
- </skin >
12
-
13
- <custom >
14
- <fluidoSkin >
15
- <topBarEnabled >true</topBarEnabled >
16
- <sideBarEnabled >true</sideBarEnabled >
17
- <googleSearch >
18
- <sitesearch >${project.url}</sitesearch >
19
- </googleSearch >
20
- <gitHub >
21
- <projectId >RisingOak/jenkins-client</projectId >
22
- <ribbonOrientation >right</ribbonOrientation >
23
- <ribbonColor >gray</ribbonColor >
24
- </gitHub >
25
- </fluidoSkin >
26
- </custom >
27
7
<body >
8
+ <menu ref =" parent" inherit =" top" />
9
+ <menu ref =" modules" inherit =" top" />
10
+ <menu ref =" reports" inherit =" bottom" />
28
11
<menu name =" Overview" >
29
12
<item name =" Introduction" href =" index.html" />
30
13
<item name =" Upgrade" href =" upgrade.html" />
31
14
</menu >
32
15
<menu name =" Sub" >
33
16
<item name =" Sub" href =" sub/sub.html" />
34
17
</menu >
35
- <menu ref =" reports" />
36
18
</body >
37
19
</project >
Original file line number Diff line number Diff line change 67
67
<licenses >
68
68
<license >
69
69
<name >MIT License</name >
70
- <url >http ://opensource.org/licenses/MIT</url >
70
+ <url >https ://opensource.org/licenses/MIT/ </url >
71
71
</license >
72
72
</licenses >
73
73
250
250
<artifactId >maven-failsafe-plugin</artifactId >
251
251
<version >2.19.1</version >
252
252
</plugin >
253
+ <plugin >
254
+ <groupId >org.apache.maven.plugins</groupId >
255
+ <artifactId >maven-surefire-report-plugin</artifactId >
256
+ <version >2.19.1</version >
257
+ </plugin >
253
258
<plugin >
254
259
<groupId >org.apache.maven.plugins</groupId >
255
260
<artifactId >maven-shade-plugin</artifactId >
319
324
<artifactId >maven-javadoc-plugin</artifactId >
320
325
<version >2.10.4</version >
321
326
</plugin >
327
+ <plugin >
328
+ <groupId >org.apache.maven.plugins</groupId >
329
+ <artifactId >maven-site-plugin</artifactId >
330
+ <version >3.5.1</version >
331
+ </plugin >
332
+ <plugin >
333
+ <groupId >org.apache.maven.plugins</groupId >
334
+ <artifactId >maven-project-info-reports-plugin</artifactId >
335
+ <version >2.9</version >
336
+ </plugin >
322
337
</plugins >
323
338
</pluginManagement >
324
339
<plugins >
325
340
<plugin >
326
341
<groupId >org.apache.maven.plugins</groupId >
327
342
<artifactId >maven-site-plugin</artifactId >
328
- <version >3.5.1</version >
329
343
<dependencies >
330
344
<dependency >
331
345
<groupId >org.apache.maven.doxia</groupId >
361
375
<plugin >
362
376
<groupId >org.apache.maven.plugins</groupId >
363
377
<artifactId >maven-surefire-report-plugin</artifactId >
364
- <version >2.18.1</version >
365
378
<reportSets >
366
379
<reportSet >
367
380
<reports >
374
387
<plugin >
375
388
<groupId >org.apache.maven.plugins</groupId >
376
389
<artifactId >maven-project-info-reports-plugin</artifactId >
377
- <version >2.8</version >
378
390
</plugin >
379
391
<!--
380
392
<plugin>
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
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" >
6
+
7
+ <skin >
8
+ <groupId >org.apache.maven.skins</groupId >
9
+ <artifactId >maven-fluido-skin</artifactId >
10
+ <version >1.5</version >
11
+ </skin >
12
+
13
+ <custom >
14
+ <fluidoSkin >
15
+ <topBarEnabled >true</topBarEnabled >
16
+ <sideBarEnabled >true</sideBarEnabled >
17
+ <googleSearch >
18
+ <sitesearch >${project.url}</sitesearch >
19
+ </googleSearch >
20
+ <gitHub >
21
+ <projectId >jenkinsci/java-client-api</projectId >
22
+ <ribbonOrientation >right</ribbonOrientation >
23
+ <ribbonColor >gray</ribbonColor >
24
+ </gitHub >
25
+ </fluidoSkin >
26
+ </custom >
27
+ <body >
28
+ <menu ref =" parent" inherit =" top" />
29
+ <menu ref =" modules" inherit =" top" />
30
+ <menu ref =" reports" inherit =" bottom" />
31
+ </body >
32
+ </project >
You can’t perform that action at this time.
0 commit comments