From 9f558a3fd45f675bf138b8e096ecf4fdcf5d7f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 15 Oct 2024 07:11:27 +0200 Subject: [PATCH] [MARTIFACT-73] add describe-build-output goal to site --- src/site/apt/index.apt.vm | 4 +++- src/site/site.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index f7b73a6..4637687 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -32,7 +32,7 @@ ${project.name} * Goals Overview - The Artifact Plugin has 3 goals currently: + The Artifact Plugin has 4 goals currently: * {{{./buildinfo-mojo.html}artifact:buildinfo}} records current build results (from <<>>) in {{{https://reproducible-builds.org/docs/jvm/}Reproducible Builds buildinfo}} file, @@ -40,6 +40,8 @@ ${project.name} * {{{./check-buildplan-mojo.html}artifact:check-buildplan}} checks the project's buildplan to find if any used {{{./plugin-issues.html}plugin has a known Reproducible Builds issue}}. + * {{{./describe-build-output-mojo.html}artifact:describe-build-output}} (experimental) describes the miscellaneous output files of a build. + * Usage General instructions on how to use the Artifact Plugin can be found on the {{{./usage.html}usage page}}. Some more diff --git a/src/site/site.xml b/src/site/site.xml index f04668d..1d0b5a3 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -30,6 +30,7 @@ under the License. +