We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd97c1 commit a626532Copy full SHA for a626532
1 file changed
src/site/site.xml
@@ -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