Skip to content

Commit fd942ea

Browse files
committed
Add for nicer site output
1 parent 73955e6 commit fd942ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/site/site.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="ChangeNode Frisson">
3+
<skin>
4+
<groupId>org.apache.maven.skins</groupId>
5+
<artifactId>maven-fluido-skin</artifactId>
6+
<version>1.10.0</version>
7+
</skin>
8+
<!-- http://maven.apache.org/skins/maven-fluido-skin/ -->
9+
<custom>
10+
<fluidoSkin>
11+
<topBarEnabled>true</topBarEnabled>
12+
<sideBarEnabled>true</sideBarEnabled>
13+
</fluidoSkin>
14+
</custom>
15+
<body>
16+
<menu ref="reports" inherit="top" />
17+
<menu ref="modules" />
18+
</body>
19+
</project>

0 commit comments

Comments
 (0)