From 4904bc59cc62588457862768467d31af5abf2c15 Mon Sep 17 00:00:00 2001 From: James Hillyard Date: Fri, 4 Oct 2024 16:01:43 +0100 Subject: [PATCH] ITOPS-4276 Add Deprecation notice to Maven Regex Profile Activation Extension Signed-off-by: James Hillyard --- .../Maven Regex Profile Activation.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/Technical Documentation/Ecosystem/Project Management Tools/Maven Regex Profile Activation.adoc b/docs/modules/ROOT/pages/Technical Documentation/Ecosystem/Project Management Tools/Maven Regex Profile Activation.adoc index f19176b9..4127238b 100644 --- a/docs/modules/ROOT/pages/Technical Documentation/Ecosystem/Project Management Tools/Maven Regex Profile Activation.adoc +++ b/docs/modules/ROOT/pages/Technical Documentation/Ecosystem/Project Management Tools/Maven Regex Profile Activation.adoc @@ -3,6 +3,8 @@ Maven Regex Profile Activation allows activating profiles by checking that a property matches a given Regex, rather than an exact value. +WARNING: The Maven Regex Profile Activation Extension is deprecated and no longer supported. This extension will not recieve future updates. + [[usage]] == Usage