From bb1c47fafe8756cdd985cfb3dac3ffec13615be6 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Mon, 16 Oct 2023 07:58:23 -0500 Subject: [PATCH] Update README with min version of Maven 3.8.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2619b67b3..5af33a49a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Liberty Maven plugin supports install and operational control of Liberty run ## Build -Use Maven 3.5.0 or later to build the Liberty Maven plugin. +As of version 3.9 of the plugin, you must use Maven 3.8.6 or later to build the Liberty Maven plugin. We conveniently provide the [maven-wrapper](https://maven.apache.org/wrapper/maven-wrapper-plugin/index.html) script, so you do not need to download maven yourself if you are not using it yet. * `./mvnw install` : builds the plugin, skipping all tests @@ -32,7 +32,7 @@ We conveniently provide the [maven-wrapper](https://maven.apache.org/wrapper/mav ### Liberty Maven Plugin -The Liberty Maven Plugin provides a number of goals for managing a Liberty server and applications. Maven 3.5.0 or later is recommended to use the Liberty Maven Plugin. +The Liberty Maven Plugin provides a number of goals for managing a Liberty server and applications. As of version 3.9 of the plugin, Maven 3.8.6 or later is required to use the Liberty Maven Plugin. #### Java Support