Skip to content

Commit 3a793bb

Browse files
committed
Remove/clean up Maven + JDK requirements
1 parent 5f64810 commit 3a793bb

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Usage of [maven-surefire-plugin], [maven-failsafe-plugin], [maven-surefire-repor
4646

4747
# Development Information
4848

49-
Build the Surefire project using **Maven 3.2.5+** and **JDK 1.8+**.
49+
Build the Surefire project using **Maven 3.6.3+** and **JDK 8+**.
5050

51-
* In order to run tests for a release check during the Vote, the following memory requirements are needed:
51+
* In order to run tests for a release check during the Vote, the following memory requirements are needed:
5252

5353
On Linux/Unix:
5454
```
@@ -59,7 +59,7 @@ Build the Surefire project using **Maven 3.2.5+** and **JDK 1.8+**.
5959
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"
6060
```
6161

62-
* In order to build and run the tests:
62+
* In order to build and run the tests:
6363
```
6464
mvn install site site:stage -P reporting,run-its
6565
```

maven-surefire-plugin/src/site/apt/index.apt.vm

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
------
77
2011-06-27
88
------
9-
9+
1010
~~ Licensed to the Apache Software Foundation (ASF) under one
1111
~~ or more contributor license agreements. See the NOTICE file
1212
~~ distributed with this work for additional information
@@ -26,12 +26,9 @@
2626

2727
~~ NOTE: For help with the syntax of this file, see:
2828
~~ http://maven.apache.org/doxia/references/apt-format.html
29-
30-
31-
Maven ${thisPlugin} Plugin
3229

3330

34-
Requirements: Maven 3.2.5 and JDK 1.8 or higher.
31+
Maven ${thisPlugin} Plugin
3532

3633
#{if}(${project.artifactId}=="maven-surefire-plugin")
3734
The Surefire Plugin is used during the <<<test>>> phase of the build

0 commit comments

Comments
 (0)