diff options
Diffstat (limited to 'src/site/site.xml')
| -rw-r--r-- | src/site/site.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..e4bfff9 --- /dev/null +++ b/src/site/site.xml | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!-- | ||
| 3 | SPDX-License-Identifier: AGPL-3.0-or-later | ||
| 4 | SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | ||
| 5 | --> | ||
| 6 | <site xmlns="http://maven.apache.org/SITE/2.0.0" | ||
| 7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| 8 | xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" | ||
| 9 | name="Enes"> | ||
| 10 | <bannerLeft name="Enes"/> | ||
| 11 | <bannerRight name="Enes"/> | ||
| 12 | |||
| 13 | <publishDate position="right"/> | ||
| 14 | <version position="right"/> | ||
| 15 | |||
| 16 | <poweredBy> | ||
| 17 | <logo name="Maven" href="https://maven.apache.org/"> | ||
| 18 | <image src="https://maven.apache.org/images/logos/maven-feather.png" | ||
| 19 | alt="Maven logo"/> | ||
| 20 | </logo> | ||
| 21 | </poweredBy> | ||
| 22 | |||
| 23 | <skin> | ||
| 24 | <groupId>org.apache.maven.skins</groupId> | ||
| 25 | <artifactId>maven-fluido-skin</artifactId> | ||
| 26 | <version>2.1.0</version> | ||
| 27 | </skin> | ||
| 28 | |||
| 29 | <body> | ||
| 30 | <menu ref="reports"/> | ||
| 31 | </body> | ||
| 32 | </site> | ||