blob: e4bfff97dba1251a439c36ed6036acffc0340c49 (
plain) (
blame)
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
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com>
-->
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Enes">
<bannerLeft name="Enes"/>
<bannerRight name="Enes"/>
<publishDate position="right"/>
<version position="right"/>
<poweredBy>
<logo name="Maven" href="https://maven.apache.org/">
<image src="https://maven.apache.org/images/logos/maven-feather.png"
alt="Maven logo"/>
</logo>
</poweredBy>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.1.0</version>
</skin>
<body>
<menu ref="reports"/>
</body>
</site>
|