|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> |
4 | | - |
5 | | - <bannerLeft name="" href="https://github.com/dbunit"> |
6 | | - <image src="/images/dbunit-logo.jpg"/> |
7 | | - </bannerLeft> |
8 | | - |
9 | | - <bannerRight name="" href="https://github.com"> |
10 | | - <image src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="48px" height="48px"/> |
11 | | - </bannerRight> |
12 | | - |
13 | | - <!-- position can be right, left, navigation-top, navigation-bottom, bottom --> |
14 | | - <publishDate format="dd-MMM-yyyy" position="navigation-bottom" /> |
15 | | - |
16 | | - <skin> |
17 | | - <groupId>org.apache.maven.skins</groupId> |
18 | | - <artifactId>maven-fluido-skin</artifactId> |
19 | | - <version>2.1.0</version> |
20 | | - </skin> |
21 | | - |
22 | | - <body> |
23 | | - <head> |
24 | | - <![CDATA[ |
25 | | - <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> |
26 | | - <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" /> |
27 | | - ]]> |
28 | | - </head> |
29 | | - |
30 | | - <links> |
31 | | - <item name="main" href="https://github.com/dbunit/dbunit-maven-plugin/actions/workflows/build-any-branch.yml?query=branch%3Amain"> |
32 | | - <image src="https://github.com/dbunit/dbunit-maven-plugin/actions/workflows/build-any-branch.yml/badge.svg?branch=main"/> |
33 | | - </item> |
34 | | - <item name="" href="https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/dbunit/dbunit-maven-plugin/README.md"> |
35 | | - <image src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/dbunit/dbunit-maven-plugin/badge.json"/> |
36 | | - </item> |
37 | | - </links> |
38 | | - |
39 | | - <breadcrumbs> |
40 | | - <item name="DBUnit" href="https://github.com/dbunit"/> |
41 | | - </breadcrumbs> |
42 | | - |
43 | | - <menu name="Overview"> |
44 | | - <item name="Introduction" href="index.html" /> |
45 | | - <item name="Goals" href="plugin-info.html" /> |
46 | | - <item name="Usage" href="usage.html" /> |
47 | | - <item name="FAQ" href="faq.html" /> |
48 | | - <item name="Changes" href="/changes.html" /> |
49 | | - </menu> |
50 | | - <menu name="Examples"> |
51 | | - <item name="Clean insert" href="examples/clean-insert.html" /> |
52 | | - <item name="Composite dataset" href="examples/clean-insert-composite-dataset.html"/> |
53 | | - <item name="Export full database" href="examples/export-full.html" /> |
54 | | - <item name="Export with custom query" href="examples/export-custom-query.html" /> |
55 | | - <item name="Export DTD schema" href="examples/export-dtd.html" /> |
56 | | - <item name="settings" href="examples/settings.html" /> |
57 | | - </menu> |
58 | | - <menu name="Developing DbUnit Maven Plugin"> |
59 | | -<!-- |
60 | | - TODO create these similar to dbUnit Extension site |
61 | | - <item name="Building" href="/building.html"/> |
62 | | - <item name="Developers Guide" href="/devguide.html"/> |
63 | | - <item name="Integration Tests" href="/integrationtests.html"/> |
64 | | ---> |
65 | | - <item name="Releasing" href="/releasing.html"/> |
66 | | - </menu> |
67 | | - <menu ref="reports"/> |
68 | | - </body> |
69 | | -</site> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> |
| 4 | + |
| 5 | + <bannerLeft name="" href="https://github.com/dbunit"> |
| 6 | + <image src="/images/dbunit-logo.jpg"/> |
| 7 | + </bannerLeft> |
| 8 | + |
| 9 | + <bannerRight name="" href="https://github.com"> |
| 10 | + <image src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="48px" height="48px"/> |
| 11 | + </bannerRight> |
| 12 | + |
| 13 | + <!-- position can be right, left, navigation-top, navigation-bottom, bottom --> |
| 14 | + <publishDate format="dd-MMM-yyyy" position="navigation-bottom" /> |
| 15 | + |
| 16 | + <skin> |
| 17 | + <groupId>org.apache.maven.skins</groupId> |
| 18 | + <artifactId>maven-fluido-skin</artifactId> |
| 19 | + <version>2.1.0</version> |
| 20 | + </skin> |
| 21 | + |
| 22 | + <body> |
| 23 | + <head> |
| 24 | + <![CDATA[ |
| 25 | + <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> |
| 26 | + <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" /> |
| 27 | + ]]> |
| 28 | + </head> |
| 29 | + |
| 30 | + <links> |
| 31 | + <item name="main" href="https://github.com/dbunit/dbunit-maven-plugin/actions/workflows/build-any-branch.yml?query=branch%3Amain"> |
| 32 | + <image src="https://github.com/dbunit/dbunit-maven-plugin/actions/workflows/build-any-branch.yml/badge.svg?branch=main"/> |
| 33 | + </item> |
| 34 | + <item name="" href="https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/dbunit/dbunit-maven-plugin/README.md"> |
| 35 | + <image src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/dbunit/dbunit-maven-plugin/badge.json"/> |
| 36 | + </item> |
| 37 | + </links> |
| 38 | + |
| 39 | + <breadcrumbs> |
| 40 | + <item name="DBUnit" href="https://github.com/dbunit"/> |
| 41 | + </breadcrumbs> |
| 42 | + |
| 43 | + <menu name="Overview"> |
| 44 | + <item name="Introduction" href="index.html" /> |
| 45 | + <item name="Goals" href="plugin-info.html" /> |
| 46 | + <item name="Usage" href="usage.html" /> |
| 47 | + <item name="FAQ" href="faq.html" /> |
| 48 | + <item name="Changes" href="/changes.html" /> |
| 49 | + </menu> |
| 50 | + <menu name="Examples"> |
| 51 | + <item name="Clean insert" href="examples/clean-insert.html" /> |
| 52 | + <item name="Composite dataset" href="examples/clean-insert-composite-dataset.html"/> |
| 53 | + <item name="Export full database" href="examples/export-full.html" /> |
| 54 | + <item name="Export with custom query" href="examples/export-custom-query.html" /> |
| 55 | + <item name="Export DTD schema" href="examples/export-dtd.html" /> |
| 56 | + <item name="settings" href="examples/settings.html" /> |
| 57 | + </menu> |
| 58 | + <menu name="Developing DbUnit Maven Plugin"> |
| 59 | +<!-- |
| 60 | + TODO create these similar to dbUnit Extension site |
| 61 | + <item name="Building" href="/building.html"/> |
| 62 | + <item name="Developers Guide" href="/devguide.html"/> |
| 63 | + <item name="Integration Tests" href="/integrationtests.html"/> |
| 64 | +--> |
| 65 | + <item name="Releasing" href="/releasing.html"/> |
| 66 | + </menu> |
| 67 | + <menu ref="reports"/> |
| 68 | + </body> |
| 69 | +</site> |
0 commit comments