-
Sub-task
-
Resolution: Duplicate
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
---
-
---
-
-
Please update the Prerequisites section of the MTR Maven Plugin Guide
https://access.redhat.com/documentation/en-us/migration_toolkit_for_runtimes/1.0/html/maven_plugin_guide/getting_started
Add OpenJDK 17 and Oracle JDK 17 to the list of JDKs.
Immediately under the bullet pointed list of JDK's please add
In order to run it on OpenJDK 17 or Oracle JDK17, you first need to set the MAVEN_OPTS on the command line by executing the command below.
export MAVEN_OPTS="--add-modules=java.se --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.stream=ALL-UNNAMED"