As a RHEL user I want to run RHEL Maven with arbitrary Java runtime I
provide. I don't want any packaged Java to be installed with Maven
because it wont't be used and it takes too much space/time to install
it. I will take responsibility for supplying a suitable Java runtime
to run Maven with. I acknowledge that this configuration is not
supported by RHEL.
As a user of Java container image based on RHEL UBI (eg. Eclipse
Temurin UBI image) I want to be able to install RHEL Maven without
pulling-in RHEL OpenJDK, as it takes considerable space and time.
As a developer of a RHEL layered product (eg. OpenShift S2I) I want to
be able to build a container image based on RHEL with RHEL Maven and
Java runtime of my choice, either RHEL OpenJDK or arbitrary Java
runtime I supply, not necessairly packaged as RPM package. In the
second case, RHEL OpenJDK should not be included in the container
image.