-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy pathsite.xml
More file actions
27 lines (26 loc) · 985 Bytes
/
Copy pathsite.xml
File metadata and controls
27 lines (26 loc) · 985 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
26
<?xml version="1.0" encoding="UTF-8"?>
<project name="${project.name}" xmlns="https://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<bannerLeft>
<src>/images/owasp.png</src>
<href>https://owasp.org/www-project-enterprise-security-api/</href>
</bannerLeft>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>${version.fluido}</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>false</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
</fluidoSkin>
</custom>
<body>
<links>
<item name="OWASP ESAPI" href="https://owasp.org/www-project-enterprise-security-api/" />
</links>
<menu ref="reports" />
</body>
</project>