Skip to content

Commit a626532

Browse files
committed
site descriptor
1 parent dcd97c1 commit a626532

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/site/site.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
5+
6+
<skin>
7+
<groupId>org.apache.maven.skins</groupId>
8+
<artifactId>maven-fluido-skin</artifactId>
9+
<version>1.3.0</version>
10+
</skin>
11+
12+
<bannerLeft>
13+
<name>JSqlParser</name>
14+
</bannerLeft>
15+
16+
<body>
17+
<links inherit="top">
18+
<item name="JSqlParser" href="https://github.com/JSQLParser/JSqlParser"/>
19+
</links>
20+
21+
<menu ref="parent" inherit="bottom"/>
22+
<menu ref="modules" inherit="bottom"/>
23+
<menu ref="reports" inherit="bottom"/>
24+
</body>
25+
</project>

0 commit comments

Comments
 (0)