This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a793bb87 Remove/clean up Maven + JDK requirements
3a793bb87 is described below

commit 3a793bb8732e99f088393cbf0f6f4861745c83cd
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Thu Jun 27 21:34:40 2024 +0200

    Remove/clean up Maven + JDK requirements
---
 README.md                                       | 6 +++---
 maven-surefire-plugin/src/site/apt/index.apt.vm | 7 ++-----
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 25f87207a..3732fb7d1 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ Usage of [maven-surefire-plugin], [maven-failsafe-plugin], 
[maven-surefire-repor
 
 # Development Information
 
-Build the Surefire project using **Maven 3.2.5+** and **JDK 1.8+**.  
+Build the Surefire project using **Maven 3.6.3+** and **JDK 8+**.
 
-* In order to run tests for a release check during the Vote, the following 
memory requirements are needed:   
+* In order to run tests for a release check during the Vote, the following 
memory requirements are needed:
 
   On Linux/Unix:
   ```
@@ -59,7 +59,7 @@ Build the Surefire project using **Maven 3.2.5+** and **JDK 
1.8+**.
   set MAVEN_OPTS="-server -Xmx256m -XX:MetaspaceSize=128m 
-XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication 
-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 
-Djava.awt.headless=true"
   ```
 
-* In order to build and run the tests:  
+* In order to build and run the tests:
   ```
   mvn install site site:stage -P reporting,run-its
   ```
diff --git a/maven-surefire-plugin/src/site/apt/index.apt.vm 
b/maven-surefire-plugin/src/site/apt/index.apt.vm
index 8e3bc6b35..6217ebfe3 100644
--- a/maven-surefire-plugin/src/site/apt/index.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/index.apt.vm
@@ -6,7 +6,7 @@
   ------
   2011-06-27
   ------
-  
+
 ~~ Licensed to the Apache Software Foundation (ASF) under one
 ~~ or more contributor license agreements.  See the NOTICE file
 ~~ distributed with this work for additional information
@@ -26,12 +26,9 @@
 
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
-  
-
-Maven ${thisPlugin} Plugin
 
 
-  Requirements: Maven 3.2.5 and JDK 1.8 or higher.
+Maven ${thisPlugin} Plugin
 
 #{if}(${project.artifactId}=="maven-surefire-plugin")
   The Surefire Plugin is used during the <<<test>>> phase of the build

Reply via email to