Skip to content

Commit 37c5955

Browse files
committed
updated spring-boot
1 parent 5cc8d22 commit 37c5955

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/site/site.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
55
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
66

7-
<!-- https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html -->
7+
<skin>
8+
<groupId>org.apache.maven.skins</groupId>
9+
<artifactId>maven-fluido-skin</artifactId>
10+
<version>1.11.1</version>
11+
</skin>
812

13+
<!-- https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html -->
914
<bannerLeft>
1015
<name>SimpleWorklist (GTD)</name>
1116
<src>/img/thomas_woehlke__geburt_einer_vision__logo.png</src>
1217
<href>https://java.woehlke.org/</href>
1318
</bannerLeft>
14-
1519
<body>
1620
<breadcrumbs>
1721
<item name="Thomas Wöhlke: Java Project Reports generated by Maven" href="https://java.woehlke.org/"/>
@@ -56,4 +60,15 @@
5660
<poweredBy>
5761
<logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/>
5862
</poweredBy>
63+
<custom>
64+
<fluidoSkin>
65+
<topBarEnabled>true</topBarEnabled>
66+
<topBarContailerStyle>width:90%</topBarContailerStyle>
67+
<navBarStyle>navbar-inverse</navBarStyle>
68+
<sideBarEnabled>false</sideBarEnabled>
69+
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
70+
<breadcrumbDivider>»</breadcrumbDivider>
71+
<skipGenerationDate>true</skipGenerationDate>
72+
</fluidoSkin>
73+
</custom>
5974
</project>

0 commit comments

Comments
 (0)