forked from JSQLParser/JSqlParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.xml
More file actions
25 lines (21 loc) · 820 Bytes
/
site.xml
File metadata and controls
25 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>
<bannerLeft>
<name>JSqlParser</name>
</bannerLeft>
<body>
<links inherit="top">
<item name="JSqlParser" href="https://github.com/JSQLParser/JSqlParser"/>
</links>
<menu ref="parent" inherit="bottom"/>
<menu ref="modules" inherit="bottom"/>
<menu ref="reports" inherit="bottom"/>
</body>
</project>