Skip to content

Commit

Permalink
Remove/clean up Maven + JDK requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jun 27, 2024
1 parent 5f64810 commit 3a793bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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
```
Expand Down
7 changes: 2 additions & 5 deletions maven-surefire-plugin/src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3a793bb

Please sign in to comment.