|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/DECORATION/1.8.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 |
5 | | - https://maven.apache.org/xsd/decoration-1.8.0.xsd" |
6 | | - name="Java Service Archetype"> |
| 2 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> |
7 | 5 |
|
8 | 6 | <skin> |
9 | 7 | <groupId>org.apache.maven.skins</groupId> |
|
13 | 11 |
|
14 | 12 | <body> |
15 | 13 | <links> |
16 | | - <item name="GitHub" href="https://github.com/jeffjensen/java-service-archetype"/> |
| 14 | + <item name="main" |
| 15 | + href="https://github.com/jeffjensen/java-service-archetype/actions/workflows/build-any-branch.yml?query=branch%3Amain"> |
| 16 | + <image src="https://github.com/jeffjensen/java-service-archetype/actions/workflows/build-any-branch.yml/badge.svg?branch=main" /> |
| 17 | + </item> |
| 18 | + <item name="GitHub" href="https://github.com/jeffjensen/java-service-archetype" /> |
17 | 19 | </links> |
18 | 20 |
|
19 | | - <menu name="Documentation"> |
20 | | - <item name="Overview" href="index.html"/> |
21 | | - <item name="Usage" href="usage.html"/> |
22 | | - <item name="Modules" href="modules.html"/> |
23 | | - <item name="Developing" href="developing.html"/> |
24 | | - <item name="Releasing" href="releasing.html"/> |
25 | | - <item name="Requirements" href="requirements.html"/> |
| 21 | + <menu name="Using"> |
| 22 | + <item name="Overview" href="index.html" /> |
| 23 | + <item name="Usage" href="usage.html" /> |
26 | 24 | </menu> |
27 | | - <menu ref="reports"/> |
| 25 | + <menu name="Developing"> |
| 26 | + <item name="Building" href="building.html" /> |
| 27 | + <item name="Releasing" href="releasing.html" /> |
| 28 | + <item name="Requirements" href="requirements.html" /> |
| 29 | + </menu> |
| 30 | + <menu ref="reports" /> |
28 | 31 | </body> |
29 | | -</project> |
| 32 | +</site> |
0 commit comments