From 05ee2cb17ff155862accaee1fc1b0ea1cae53911 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 16 May 2024 19:10:54 +0200 Subject: [PATCH] Delete link to remove-project-artifact as is deprecated --- src/site/apt/index.apt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index f322694b..102e66b5 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -63,8 +63,6 @@ Build Helper Maven Plugin * {{{./parse-version-mojo.html}build-helper:parse-version}} Parse the version into different properties. - * {{{./remove-project-artifact-mojo.html}build-helper:remove-project-artifact}} Remove project's artifacts from local repository. - * {{{./reserve-network-port-mojo.html}build-helper:reserve-network-port}} Reserve a list of random and unused network ports. * {{{./local-ip-mojo.html}build-helper:local-ip}} Retrieve current host IP address. @@ -85,7 +83,6 @@ Build Helper Maven Plugin Instructions on how to use the Build Helper Maven Plugin can be found on the {{{./usage.html}usage page}}. - * Examples * {{{https://github.com/mojohaus/build-helper-maven-plugin/blob/master/src/it/reserve-ports/pom.xml} Reserve network port}}